[android-developers] Re: startActivityForResult problems

2009-03-11 Thread Geos
I found the problem. It's a singleInstance application launchMode. On Mar 11, 10:20 pm, Geos wrote: > Hello All > > I've use startActivityForResult as it described in many examples but > it return 0 result code after start new Activity. > > In main Activity I use such code for sub activity invoc

[android-developers] Re: startActivityForResult problems

2009-03-11 Thread droozen
Not sure if this is your problem, but I do notice you commented out the super.onActivityResult function in your onActivityResult function. I don't know all of what the parent method for that function does, but it's pretty good practice to always call the super method first when you override a met