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…