In my application i am getting recieved messages by using brodcast reacevers.
but i want to get the details about sent message information also.
In my application i am getting recieved messages by using brodcast reacevers.
but i want to get the details about sent message information also.
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.