[android-developers] Main Activity Launches On Stack Every Time Home Screen Icon Is Clicked

2011-04-10 Thread Tony Chuinard
My application consists of a LoginActivity followed by a BrowseActivity. When the user hits the Browse Activity, then hits the Home button, then hits the application icon again, the LoginActivity relaunches (but they're already logged in and in the browse activity so they should be there).

Re: [android-developers] Main Activity Launches On Stack Every Time Home Screen Icon Is Clicked

2011-04-10 Thread TreKing
On Sat, Apr 9, 2011 at 1:14 AM, Tony Chuinard tony.chuin...@gmail.comwrote: the docs say that the last activity from that 'task' will be launched (which is what I want - a return to the BrowseActivity). Yeah, that should be the case. Post more details, any flags you've specified in your