Android: detect when application is killed

Is there a way to detect when an Android system kills my application?

+4
source share
1 answer

After research, I want to say that there is no way to determine if your application is killed inside the application, even if we try to use disconnect hooks.

+4
source

All Articles