0
I’m wearing a alarmeManager
to generate a notification, and when I click on it it opens a activity
! But if you open the app without clicking on the notification I need that notification removed!
0
I’m wearing a alarmeManager
to generate a notification, and when I click on it it opens a activity
! But if you open the app without clicking on the notification I need that notification removed!
1
It’s very simple. Just use the cancel
or cancelAll
of the Notifitionmanager.
http://developer.android.com/reference/android/app/NotificationManager.html#Cancel(int)
Browser other questions tagged android android-alarmmanager
You are not signed in. Login or sign up in order to post.