[android-developers] Re: Task launch event - finishOnTaskLaunch Problem

2009-09-04 Thread Muniraju
When you are in the activity C with the activity stack A > B > C. User presses HOME Key, and starts the app and then starts it again from main menu. At time it should look like fresh or restart of the application, So, I need to identify that and clear some static information that was maintained b

[android-developers] Re: Task launch event - finishOnTaskLaunch Problem

2009-09-03 Thread Dianne Hackborn
onResume() tells you that the activity is now in the foreground, so you can rely on it to tell you where the user is currently at. On Thu, Sep 3, 2009 at 4:47 AM, Muniraju wrote: > > Hi, > > I have three activities A, B and C. A is the main activity launched > from MAIN LAUNCHER. > > All the ac