I have an Android app created with Adobe AIR and Flex. How can I get a reference to it’s Activity so I can get it’s intent?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could try the following:
An alternative method would be to setup the Air app to handle URI schemes. Defining custom URL schemes for your AIR mobile applications should help. The advantage of opening via a URI is you can send data from the native Android app to the Air one.