Mohit Deshpande
Mohit Deshpande

Reputation: 55247

Query Android SMS Log

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.

Upvotes: 2

Views: 2746

Answers (1)

Roxy Light
Roxy Light

Reputation: 5147

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.

Upvotes: 1

Related Questions