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 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