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
2010-08-03 05:24:39
What about a cursor to the SMS Inbox.
Mohit Deshpande
2010-08-03 13:28:09
A:
I found this article on the web where it is possible to query the SMS Inbox.
Mohit Deshpande
2010-08-03 13:08:38
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
2010-08-03 16:42:47