Skip to content Skip to sidebar Skip to footer

Android: Broadcastreceiver To Restart Killed/crashed App

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

Solution 1:

Is there any signal I could intercept that the app sends out when it shuts down? Or that the > OS sends out when any app shuts down?

No and no, AFAIK.

Post a Comment for "Android: Broadcastreceiver To Restart Killed/crashed App"