[android-developers] Re: startActivityForResult returns result BEFORE activity starts.

2010-05-11 Thread Nathan
It does say that it won't work if the activity is in the singleTask mode. I haven't tried to launch the activity in singleTask mode, and the API examples don't seem to have done anything special to make it *not* be singleTask mode. android:launchMode="standard" is in the manifest. But I'll try ha

[android-developers] Re: startActivityForResult returns result BEFORE activity starts.

2010-05-10 Thread Nathan
On May 9, 2:43 pm, TreKing wrote: > On Fri, May 7, 2010 at 12:51 PM, Nathan wrote: > > Can anyone make any suggestions? > > Check where your secondary activity is setting the result and double check > your logic there. > I did. This is all: Intent data = new Intent();