[android-developers] Re: display homescreen after kill all the background process
On Thursday, April 19, 2012 1:07:22 PM UTC-4, Android Developer wrote:
Hi AllCan we able to display homescreen after kill all the background process.android.os.Process.killProcess(android.os. Process.myPid());
Try doing it in the other order - send the intent for the home screen and then die.
You do realize android apps shouldn't normally kill their process, right (though there are situations _during development_ when that or exiting might be efficient)
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home