I\'m currently creating a foreground service with a notification that appears in the notification bar when the service starts. If the service stops, the notification dismiss
There is a dismissIntent you can set in the notification you create, though I thought foreground Service notifications cannot be cleared?