A more strange thing that happens is: If you send a message using the
SmsManager it doesn't appear in the conversations within the Messages
(Mms.app) application.
After digging in the Mms source code I found that they have an
MessagingNotification class that handles the notifications.
What Mms.apk is missing is a way to notify it that it's data changed (using
its content providers) so that it can update its notifications. I have an
idea how to do it but I'm not sure if google will approve it :)

On Wed, Nov 26, 2008 at 12:43 AM, G <[EMAIL PROTECTED]> wrote:

>
> I would like to be able to do this as well, but I think the folks at
> google deemed it a security risk (which is sad because SMS-intercept
> capabilities could allow almost any app to support some kind of push
> notification in a very simple way)
>
> On Nov 24, 1:13 pm, Tughi <[EMAIL PROTECTED]> wrote:
> > Hi,
> > I have a BroadcastReceiver that fetches incoming SMSs. I need to know
> > how can I remove/cancel the notification for a particular SMS. I found
> > no way to list the contents of the notifications bar, and also only
> > marking a SMS as read doesn't do the trick.
> > Is it possible to remove a particular notification from the
> > notification bar?
> >
> > 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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to