0

In my application i am getting recieved messages by using brodcast reacevers.

but i want to get the details about sent message information also.

genpfault
  • 51,148
  • 11
  • 85
  • 139
kiran
  • 3,244
  • 7
  • 34
  • 57

1 Answers1

2

The best you can do (if you have to!) is poll the SMS content provider (content://sms/sent) periodically and remember which messages you see.

Lucifer
  • 29,392
  • 25
  • 90
  • 143