Re: [android-developers] Clearing Activity History

2012-11-29 Thread Jovish P
finish the splash screen activity using this.finish() and move to search item screen. so it will be not there in the activity stack history. don't kwn it helped u or not. regards jovi On Fri, Nov 23, 2012 at 8:59 AM, Wayne androidstara...@gmail.com wrote: I am having trouble clearing the

[android-developers] Clearing Activity History

2012-11-28 Thread Wayne
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