Re: [android-developers] disable autostart app after crash

2016-11-18 Thread Marina Cuello
The usual workaround is to implement an UncaughtExceptionHandler to save some kind of flag when your app crashes, and then check for it when your activities start. If it's there, reset the flag and finish the activity. The good way to do it is to make your activities restore gracefully no matter

[android-developers] disable autostart app after crash

2016-11-18 Thread Chairi Kiourt
Hi, I have an app that auto restarts after a crash, is there any way to disable this.I mean not to start automatically after the crash. Thank you in advance -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group