How do I withdraw a notification!

0

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!

    
asked by anonymous 06.06.2014 / 19:07

1 answer

1

It's quite simple. Just use the cancel or cancelAll of the NotificationManager.

link

    
06.06.2014 / 19:10