<<Activity A starts at onActivityResultf(). So if you try to make a clean exit with onStop(), it will cause nullPointers when it comes back.>>
Probably you need to set the result.You have to set the result and handle this case also in the onActivityResult() On Tue, May 5, 2009 at 7:57 AM, Jeremy Villalobos < [email protected]> wrote: > I am updating some code from 1.1 to run with the new SDK 1.5. I noticed > that onActivityResult is being called before OnRestart. > > If Activity A calls activity B. Activity A goes to onPause(), then > onStop(). > Activity B goes on... finishes and returns. > > Activity A starts at onActivityResultf(). So if you try to make a clean > exit with onStop(), it will cause nullPointers when it comes back. > > Is this a bug ?? > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

