Your Open Source
Free YourOpenSource Softwares Online Resources and Softwares Downloads with Demo
Related Posts
get All SMS messages in the Android
Retrieve All SMS messages in the Android
The URI ( content://sms/ ) will used to retrive the all SMS messages, also we can split up by the message type as well as.Uri allMessage = Uri.parse("content://sms/");
ContentResolver cr = getContentResolver();
Cursor c = cr.query(allMessage, null, null, null, null);
while (c.moveToNext()) {
String row = c.getString(1);
}
you can get the all inbox/outbox here
1222
Sep 11 09 07:34:37
Sekar
|
Rating :
![]() ![]() ![]() ![]() ![]() | Tags :- Android |
|
|||||
Digg
Yahoo
delicious
