Access message inbox without Content UrI (content//:sms)
Posted
by Nishant Kumar
on Stack Overflow
See other posts from Stack Overflow
or by Nishant Kumar
Published on 2010-06-15T14:40:43Z
Indexed on
2010/06/15
14:42 UTC
Read the original article
Hit count: 213
android
Hi,
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.
But I cannot find any documentation for reading inbox sms in the standard Android Developr Docs. It was mentioned at various websites that this content has been removed from the standard sdk. The application may not support higher version of android.
So, how can I create an apllication to read sms from inbox that is reliable in furture version of android.
Please help !!
© Stack Overflow or respective owner