I have this scenario:
1) activity A starts activity B via startActivityForResult.
2) User changes orientation which triggered activity B to be destroyed
and its onCreate method to be called a second time.
3) Activity B calls setResult(...) and that crashes.

It seems activity B no longer knows who to return to the result to.
Is it possible to save info into the Bundle via  onSaveInstanceState
so that activity B can remember who called it?
--~--~---------~--~----~------------~-------~--~----~
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