Reputation: 105
My idea: have an hook to force Android to call a function of my App before an SMS will be sent.
What I want to do is to ask the user (that wrote the SMS using an arbitrary App or the standard App) if he wants to send the SMS using GSM (= normal way) or an other provider over Internet.
Is it possible? I found some information about ContentObserver, but I'm not sure how I can cancel the send of the "normal GSM send" after I sent the SMS via Internet...
Thanks for any help!
Luca
Upvotes: 0
Views: 42
Reputation: 1868
There is no such hook available to call your app function before sending the SMS. You may have to customise Android framework to achieve this.
Upvotes: 1