1
I need to identify if a Notification specifies (ID Notification) this still active in the list of notifications from Android.
Status: I have a method that cancels the Notification so far everything is working correctly, but I need to cancel the notification cancel a Countdowntimer process (at this point everything is working correctly).
Whoever can help me thank you.
Att.
Do you want to cancel only if it is in the list? You can cancel a notification even if it is not in the list.
– ramaral
Hello Ramaral I do not need to know if she is on the list.
– dnsfirmino
So what’s your problem?
– ramaral
Sorry I wrote wrong thing, I need to know if she is on the list, but my problem is not to cancel because this I am already doing what I need to check if she exists.
– dnsfirmino
How this notification is launched is through an Alarmmanager?
– ramaral
I am using Notificationmanager and Notification.Builder
– dnsfirmino