开发者

Autorespond to SMS received through broadcast receiver?

开发者 https://www.devze.com 2023-01-12 05:22 出处:网络
I am doing application on autoresponder, I mean, am receiving sms and sending reply automatically, where user choose when he is busy? my problem is, in broadcast receiver, after receiving sms, I put a

I am doing application on autoresponder, I mean, am receiving sms and sending reply automatically, where user choose when he is busy? my problem is, in broadcast receiver, after receiving sms, I put a toast, where user has to respond whether to respond开发者_JS百科 or not? after clicking ok, he has to send reply? how to sort this? how to send a reply?


This might help you:

Android : Sending an SMS (using the Outbox)

http://github.com/commonsguy/cw-advandroid/tree/master/SMS/Sender/

0

精彩评论

暂无评论...
验证码 换一张
取 消