Tuesday, June 15, 2010

Re: [android-developers] Re: How to delete a inbox message from a specific sender

Hi,
  Although this method of content Uri  is working , I have found over internet that this is not a reliable method. It has been removed from current android sdk and there is not any document  on  Android Developer website.

So, I thought to convey this message.
Moreover, there is no reliable way to access inbox sms. If any one finds , kindly inform that.

Thanks,
Nishant

On Sat, Jun 12, 2010 at 1:21 PM, Ganesh Pisal <ganeshpisal@gmail.com> wrote:
SMS/MMS Inbox parsing:
Uri uriSms = Uri.parse("content://sms/inbox");
Cursor c = getContentResolver().query(uriSms, null,null,null,null);

This will help you to parse messages from inbox.
No idea about message deletion.

Regards,
Ganesh Pisal

Creating Android knowledge base - http://ganeshpisal.blogspot.com/




On Jun 11, 6:51 pm, Mohammad Siddiqui <siddiqui.m...@gmail.com> wrote:
> Hi
> everyone
> How to delete a inbox message programmaticaly coming from a specific
> sender
>
> Thanks

--
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+unsubscribe@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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment