0

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 or not? after clicking ok, he has to send reply? how to sort this? how to send a reply?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Srinivas
  • 1,688
  • 8
  • 30
  • 51

1 Answers1

0

This might help you:

Android : Sending an SMS (using the Outbox)

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

Community
  • 1
  • 1
Mathias Conradt
  • 28,420
  • 21
  • 138
  • 192