I want great posts from a content provider.
My current code is:
String[] projection= {"_id","address"}; Cursor address = getContentResolver().query(android.provider.Telephony.Sms.Inbox.CONTENT_URI,projection, null, null,"address ASC");
android android-contentprovider
Shan Ali Aug 27 '14 at 19:00 2014-08-27 19:00
source share