Hi everybody,

I am modifying the MMS application. I want to read all the SMS that
are already received. I cannot find any contentprovider or any ways to
read them. Any suggestions ?

I want to achieve something like :

SmsMessage[] messages = getAllStoredSMS();
for (SmsMessage msg : messages) {
  //SMS analysis
}

:::::
PS: my goal is NOT to read the incoming messages that could be done by
reading this tutorial : http://www.helloandroid.com/node/159?page=0%2C1

Thank you a lot for your help.
Deniz
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to