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:

> Help Plzzzzzzzzzzzzz
>
> 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 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 android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to