• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Pass data between android and air application

New Here ,
Mar 14, 2019 Mar 14, 2019

Copy link to clipboard

Copied

I have two applications say app1 and app2. App1 is a native android application and App2 is an android application build with adobe air. Now i am able to launch App2 from the App1 using the following intent

Intent i = Intent.parseUri("App2://arg1=value&secondArgument=someValue", Intent.URI_INTENT_SCHEME);

            i.addCategory(Intent.CATEGORY_BROWSABLE);

            i.setComponent(null);

            startActivity(i);

When the App2 is closed i want to send some data to App1 and go back to App1. So how can i do this in action script?

Could anyone suggest me a method to solve the problem?

TOPICS
Development

Views

356

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Mar 14, 2019 Mar 14, 2019

Copy link to clipboard

Copied

LATEST

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines