On Tue, Jun 15, 2010 at 10:32 AM, NishantKumar <[email protected]> wrote: > I want to access the messages stored in inbox through my android > project. I have tried the method of forming URI for sms (content://sms/ > inbox) and then quering it for various parametres.
This is not supported, not recommended, will not work on all devices, and may not work in future versions of Android. http://android-developers.blogspot.com/2010/05/be-careful-with-content-providers.html > So, how can I create an apllication to read sms from inbox that is > reliable in furture version of android. You can't -- sorry! (ordinarily, I would say "write your own SMS client", but you cannot even do that without using undocumented features) -- Mark Murphy CommonsWare [email protected] http://commonsware.com -- 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

