Android: BroadcastReceiver to restart a killed / crashed application

I have an application, and I would like to be able to restart it in case of error or shutdown on crash / application. I am familiar with how to register BroadcastReceivers, use alarms, etc.

Is there any signal that I could intercept when the application is sent, when it shuts down? Or what does the OS send when an application shuts down?

+3
source share
1 answer

Is there any signal that I could intercept when the application is sent, when it shuts down? Or, what> does the OS send when an application shuts down?

No and no, AFAIK.

+4

All Articles