I am starting a 2nd activity in my application. Activity A -> Activity B Now I press Home key, and Activity B is shown. But pressing back key as soon as the view is up, does not stop Activity B. Rather it remains without any focus on the stack. I tried using finishActivity() but that does not seem to work either.
Is there anyway to resolve this issue ? -- 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

