Is there any way to delete SMS(s) from the inbox.

i am trying out
context.getContentResolver().delete(Uri.parse("content://sms/inbox"),
null, null);

[In the above case, the purpose is to delete all the SMSs in the
inbox]

But I am getting invalid URL.

I intend to delete a particualr SMS based on a particular incoming
number. Is this possible!!!!!!!!

please help


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to