On May 9, 2:43 pm, TreKing <[email protected]> wrote:
> On Fri, May 7, 2010 at 12:51 PM, Nathan <[email protected]> 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();

                setResult(RESULT_OK, data);
                this.finish();

But the result comes back long before this ever runs, as it comes
before the constructor of the DownloadActivity even runs.

onActivityResult does not get called after finish is called above.

Nathan

-- 
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

Reply via email to