I have a notification that appears when a service is running and disappears when it stops running.
If the user kills the application with the service running, the notification stays there forever.
Is there a way to tell when the user killed the app so I can remove the notification? How can I get this event?