Re: [android-developers] Re: Delete MMS messages

2010-05-11 Thread Mani Android
Hi Reju Try this Uri msgUri = ContentUris.withAppendedId(Mms.Inbox.Content_Uri,1); SqliteWrapper.delete(this, getContentResolver(), msgUri, null, null); (or) getContentResolver().delete(msguri, null, null); Regards Manikandan.D On Wed, Mar 3, 2010 at 6:19 AM, Reju rej...@gmail.com wrote:

[android-developers] Re: Delete MMS messages

2010-03-02 Thread Reju
Help Plz On Feb 22, 2:42 pm, Reju rej...@gmail.com wrote: How can we delete MMS messages programatically? What URI should i use for MMS. I have implemented deleting SMS and the code works fine.The URI i used for SMS was content://sms/inbox. I tried content://mms/inbox. But it