Private API and SMS content URI's on Android
Posted
by
Shadow
on Stack Overflow
See other posts from Stack Overflow
or by Shadow
Published on 2010-12-26T03:45:17Z
Indexed on
2010/12/26
3:54 UTC
Read the original article
Hit count: 214
Without accessing private API's to get Content URI's, etc. for SMS, how are we expected to query this data? I am currently in the process of writing my own SMS app and I want to stay as compatible as possible. Without storing the information myself in my own database (such that I can store the text messages so that other programs can access the data when/if they delete my app) and without using private API's how the heck are we suppose to query SMS data?
© Stack Overflow or respective owner