I am using alarmeManager
to generate a notification, and when I click on it it opens a activity
! But if the user opens the app without clicking on the notification I need this notification removed!
I am using alarmeManager
to generate a notification, and when I click on it it opens a activity
! But if the user opens the app without clicking on the notification I need this notification removed!
It's quite simple. Just use the cancel
or cancelAll
of the NotificationManager.