I'm using Android SDK 2.2. Activity stack -> A -> B -> C -> D -> E
Now I press "Home" key. And I press the notification area to goto "A" again. Because of the stack issue, I make sure that I close "B", "C", "D" and "E", using the static "Instance". Now, the new activity stack:: A -> B -> C Now when I'm at "C", "E" appears in front of it. How is it possible, cause I had closed "C" and "D" earlier? -- 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

