I am having trouble clearing the activity history in my Android App.

Basically I have 3 screens, each is its own Activity:
[ SPLASH ] - [ SEARCH ITEMS ] - [ VIEW ITEM ]

I never want a user to be able to get back to the SPLASH activity.
I want to wipe the Activity stack/history completely on the SEARCH ITEMS 
Activity.

I thought Intent.FLAG_ACTIVITY_CLEAR_TOP did this, but it does not seem to 
do anything -- People can still navigate back to the splash.




-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to