[android-developers] Re: Problem with "back" button not stopping activity

2009-02-28 Thread coolbho3k
Thanks, stopping my thread in onStop did it. On Feb 28, 5:56 pm, Mark Murphy wrote: > coolbho3k wrote: > > In my game, I've got one activity starting another activity via an > > intent. When the user is finished with the second activity, they quit > > it using the back button. However, I have a

[android-developers] Re: Problem with "back" button not stopping activity

2009-02-28 Thread Mark Murphy
coolbho3k wrote: > In my game, I've got one activity starting another activity via an > intent. When the user is finished with the second activity, they quit > it using the back button. However, I have a problem: when this > happens, the second activity is still running, even if it's quit with > t