Android: How to auto-restart application after it's been "force closed"?
Posted
by Johnny
on Stack Overflow
See other posts from Stack Overflow
or by Johnny
Published on 2010-04-21T09:01:35Z
Indexed on
2010/04/21
9:23 UTC
Read the original article
Hit count: 225
android
In an Android application, we usually got the "Force Closed" error if we didn't get the exceptions right.
How can I restart my application automatically if it force closed?
Is there any specific permission is used for this?
© Stack Overflow or respective owner