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?
Tom g source
share