Hi, I play with the Instrumentation framework and I would like to return some results from the Instrumentation instance to the activity that launched the instrumentation by invoking startInstrumentation. I thought that finish(int resultCode, Bundle results) in Instrumentation class would result in the invocation of onActivityResult(int requestCode, int resultCode, Intent data) in the activity that called startInstrumentation but onActivityResult does not seem to be invoked.
What do I do wrong? What do you recommend for returning results from the Instrumentation instance? Regards, Gabor --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

