Using Android Studio Restoring Feature
Read moreHow do you restart an entire app on Android?
You basically only have to call: ProcessPhoenix . triggerRebirth(context); The library will automatically finish the calling activity, kill the application process and restart the default application activity afterwards.
Read more