Force application to restart on first activity android
- by Sephy
Hi,
For an unknown reason, I can't get my application leaving properly so that when I push the home button and the app icon again I resume where I was in the app....
But I would like to force the application to restart at the first activity...
I suppose this has something to do with onDestroy() or maybe onPause() but I don't know what to do.
thanks for any help.