AndyAndroid
AndyAndroid

Reputation: 4069

Android read SMS history

I found a way to read the call log, e.g. incoming call, phone number, duration, etc. Now I am looking for something similar for SMS. How can I read that history for SMS? I don't need the content of the SMS only the date and the target phone number. Any idea?

Thanks, A.

Upvotes: 1

Views: 2500

Answers (2)

DaveWalley
DaveWalley

Reputation: 807

I have an open source Cordova 2.2.0 example app showing use of a Cordova plug-in for Android to read SMS inbox and sent messages. It uses some undocumented features of Android 4.2.

https://github.com/DavidWalley/CordovaPlugin_AndroidSmsRead

Hope you can use it.

Upvotes: 0

CommonsWare
CommonsWare

Reputation: 1007434

There is no API for "SMS history" in the Android SDK, sorry.

Upvotes: 3

Related Questions