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,753
  • 72
  • 57
  • 129
Alessio Trecani
  • 713
  • 2
  • 10
  • 25

0 Answers0