Start Activity and clear activity history
Posted
by sandis
on Stack Overflow
See other posts from Stack Overflow
or by sandis
Published on 2010-04-22T15:46:14Z
Indexed on
2010/04/23
7:43 UTC
Read the original article
Hit count: 626
So I have a huge maze of activities in my application. What I need to do, is that when the user logs in into the system, the activity history should be cleared. I cant just use finish() when I start a new activity, because I want the activities to have a history until the user logs in. I have experimentet with the different flags when starting an activity, but I have had no success. Any ideas?
Cheers,
© Stack Overflow or respective owner