I have an app with an activity and an intent service running in the background.
There\'s also a notification which shows a progress bar with the progress of the backg
You can not track if application is killed from Activity or Application class.
I found a solution for this in the following link : Cancel notification on remove application from multitask panel
Please try this.