How programmaticaly replace internal mechanism for

2019-09-15 10:15发布

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

标签: android sms
1条回答
再贱就再见
2楼-- · 2019-09-15 10:34

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.

查看更多
登录 后发表回答