Hello
I am new to android programming and wanted to know if there is a list of content URI available for reference
for eg. content://sms/inbox - is content URI to access SMS inbox.
is there any such list which provides all the content URIs which can be used with the android system to get the data. I have searched the android SDK documentation and could not find all of them , for eg. the above SMS inbox one is not listed there.
Thanks.