How programmaticaly replace internal mechanism for SMS sending

旧巷老猫 提交于 2019-12-12 01:35:20

问题


I want to use SMPP for sms sending rather then standard mechanism. Can I programmatically replace mechanism of SMS sending to my own?


回答1:


You can create your own Android firmware and attempt to replace the SMS subsystem with one of your choosing.

You can write your own SMPP client and distribute it through the Market, presumably (I do not know much about SMPP).

You cannot modify the SMS subsystem on an existing phone via an app distributed through the Market, though.



来源:https://stackoverflow.com/questions/3174246/how-programmaticaly-replace-internal-mechanism-for-sms-sending

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!