views:

161

answers:

2

Is there a way to access and query the android SMS/MMS log? To clarify, the SMS/MMS Log is all the SMS/MMS messages sent by the host phone. It can be aquired by reading a cursor to the message inbox.

+1  A: 

As far as I know, I believe the only way you can do that is to send and log the text messages through your own program. The built-in Messaging app (com.android.mms) does not seem to expose its log history.

Quartz
What about a cursor to the SMS Inbox.
Mohit Deshpande
A: 

I found this article on the web where it is possible to query the SMS Inbox.

Mohit Deshpande
Good find! But unfortunately, it seems that the Android devs don't want you using it: http://www.mail-archive.com/[email protected]/msg11410.html
Quartz