Re: [android-developers] child activity does not "finish()" correctly

2010-07-09 Thread Mark Murphy
If I had to guess, you are calling finish() after calling startActivityForResult() in the "parent activity". Hence, the parent activity is gone, and there is nothing for the ListActivity to return to. On Thu, Jul 8, 2010 at 3:21 PM, ecforu wrote: > I have a ListActivity I display from a parent ac

[android-developers] child activity does not "finish()" correctly

2010-07-09 Thread ecforu
I have a ListActivity I display from a parent activity. When the user selects the desired item from the list it supposed to return to the parent activity. Only when I call finish, the app goes away (doesn't quit) and displays the Android Home page. If I debug, the application doesn't die, it jus