Search code examples
androidnotificationmanager

How to remove a notification when clicked, or service is finished?


How to remove notification from screen when it is clicked? Or if it is a service, and the service has finished its onCreate()?


Solution

  • You can just cancel the notification:
    http://developer.android.com/reference/android/app/NotificationManager.html#cancel(int