Force application to restart on first activity android
Posted
by Sephy
on Stack Overflow
See other posts from Stack Overflow
or by Sephy
Published on 2010-03-18T15:10:41Z
Indexed on
2010/03/18
16:41 UTC
Read the original article
Hit count: 438
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.
© Stack Overflow or respective owner