I have a program where onActivityResult is being called with the correct request code, and a null Intent parameter, before the the Activity being launched begins. And, when that Activity calls setResult, onActivityResult is not called.
This is probably some error indication, but for what? No exception is thrown in the startActivityForResult call. The Activity being started starts correctly, gets all the parameters correctly, runs correctly and calls setResult with the correct results. Both Activity objects are in the same application. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

