Android: How to auto-restart application after it's been "force closed"?
- by Johnny
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?