I have a flow A->B->C->D where A desires some information that is
obtained by D. B, C, and D propagate the data back through the flow
using setResult(RESULT_OK, data) and finish(). All intents in A, B,
and C are started with startActivityForResult. However, if B is
reclaimed by Android and forced to call onCreate again after C
finishes onActivityResult in B is never called and the data never
makes it back to A.

Is there a way I can be sure that onActivityResult will be called?
--~--~---------~--~----~------------~-------~--~----~
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