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 <[email protected]> wrote: > > 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 notifications, since you did not raise them. > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://twitter.com/commonsguy > > Looking for Android opportunities? http://wiki.andmob.org/hado > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

