On Tue, Jul 20, 2010 at 1:45 PM, Kostya Vasilyev <kmans...@gmail.com> wrote:

>  I think the real question is: if Activity A gets killed by the time B
> finishes, will A be recreated to deliver the result?
>

Yes it will be...  well, it will be recreated the next time the user visits
it (and thus it is needed) and at that point any pending results are
delivered.  This is one of the main reasons why the result is returned
through a single Activity callback with a request code, rather than allowing
you to supply an arbitrary callback object.

-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to