hello everyone, I´m working on app that heavily uses sms for server-client communication. of course i want to keep the user from reading these messages in the inbox or being notified by them. deleting does not seem to be a problem but i cann´t the sms notification cleared.
I thought: *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? thx falko --~--~---------~--~----~------------~-------~--~----~ 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-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---