Hi, I writing a small application on android 1.1 . This application when launched from application menu starts with Activity1 . Using some UI Activity1 launches Activity2 which finally launches Activity3 after some user action. When Press Home button and relaunch my application Activity1 get launched. But now if try to launch Activity2 , instead of Activity2 , Activity3 comes to foreground with old state. Now if I go back to Activity1 by pressing back button and then try to launch Activity2 it works fine.
What could be reason of Activity3 coming in to foreground instead of Activity2 in second scenario ? I have set Activity1 's launch mode as singleInstance, where as Activity2/Activity3 are using default settings. Regards, Tushar --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

