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 <[email protected]> wrote: > Help Plzzzzzzzzzzzzz > > On Feb 22, 2:42 pm, Reju <[email protected]> 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 does not work. > > > > Can anybody help me? > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] 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

