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 -~----------~----~----~----~------~----~------~--~---

