Access message inbox without Content UrI (content//:sms)
- by Nishant Kumar
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 !!