[android-developers] Re: clear sms notifications

2009-08-11 Thread Mak
i think the sound notification can be switched off for all incoming sms. after filtering the control- sms you send a notification for the "normal" messages. but there will still be the problem of the notification on the status bar. Mak --~--~-~--~~~---~--~~ You re

[android-developers] Re: clear sms notifications

2009-08-06 Thread Falko Richter
So when we use SMS as a way of communication there is no way we keep the user from being notified. Deleting the Messages is no Problem apparently.. thx for the quick answer Falko On Wed, Aug 5, 2009 at 1:21 PM, Mark Murphy wrote: > > Falko Richter wrote: > > *NotificationManager nm = > > (Notif

[android-developers] Re: clear sms notifications

2009-08-05 Thread Mark Murphy
Falko Richter wrote: > *NotificationManager nm = > (NotificationManager)getSystemService(NOTIFICATION_SERVICE);* > *nm.cancelAll();* > * > * > should do the trick, deleting all notifications, but nothing happens. > > how can I really delete the notifications? AFAIK, you can't remove those notifi