> Suppose that my friend has written an activity called A1. And then I > install it in my phone and run the application. I don't know what he > has done in that Activity. I just have runtime Intent object that used > to start A1. But I need to obtain the Activity object for doing some > thing on that screen. How can I obtain the reference to that > Activity???
You can't. That would be a security violation. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

