Android Question Autocancel local notifications

marcick

Well-Known Member
Licensed User
Longtime User
Hi all,
I'm using NB6 class.
My app is connected to a server in background and when receives some messages, it shows a local notification.
Suppose I generate 10 notifications, each one with a different number.
I have ten notification icons in the top bar and ten notification when I pull down the list.

First question: is it possible to have just one notification icon in the top bar ? (and ten notification when I pull down the list)
Second question: is there a command to delete all the notifications when the app is started or do I need a map of all the notification that I have generated and cancel them one by one ?

Edit: found the solution here
 
Last edited:
Top