On Wed, Dec 8, 2010 at 2:05 PM, Madiha Mubin <[email protected]> wrote: > I have been trying to get a list of SMS messages from my android > phone using the Android SDK.
There is no documented and supported way to do that, sorry. > I have seen open source projects that > have provided SMS message access examples like the one here: > https://github.com/CyanogenMod/android_packages_apps_Mms/tree/froyo-stable/src/com/android/mms > > It uses android.provider.Telephony which is not part of the Android > SDK. Correct. > However, I was not able to find anything in the SDK that would allow > me to access SMS messages from the phone. Correct. > On further researching, I found an app SMS Box that does exactly what > I am trying to do for my project. > > Can anybody point me to the API or sample code where this is done? There is no API where this is done. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

