What is the stack crawl of the crash? On Mon, Nov 24, 2008 at 11:57 AM, j <[EMAIL PROTECTED]> wrote:
> > 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? > > > -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. 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 [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 -~----------~----~----~----~------~----~------~--~---

