restart - Android Restarting the Application -


i trying restart app when crash occurs in android using thread.uncaughtexceptionhandler. can restart app current activity stack new process?? if yes how can it?

one method override onpause method in activity kill app. this:

public class myactivity extends activity {     @override     public void onpause() {         finish();     } 

Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -