tags:

views:

71

answers:

1

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

+2  A: 

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.

CommonsWare