I am trying to restart the app when the crash occurs in android using Thread.UncaughtExceptionHandler
. Can i restart the app with current activity stack as a new process?? If yes how can i do it?
Android Restarting the Application
466 Views Asked by PgmFreek At
2
One method is to override the onPause method in the activity to kill the app. Like this: