1

I have built an app that send an SMS Message through SmsMenager:

SmsManager sms = SmsManager.getDefault()
sms.sendTextMessage(number, null,text, null, null);

Everything goes well. The sms is sent without any intervention of the user. My goal now is to delete the message sent from the inbox/outbox. Is it possible?

Brian Tompsett - 汤莱恩
  • 5,438
  • 68
  • 55
  • 126
Alessio Trecani
  • 713
  • 2
  • 10
  • 23

0 Answers0