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

AIR app for Android (using ANE)

Participant ,
Jun 05, 2012 Jun 05, 2012

How to handle incoming calls in AIR android app?

TOPICS
Development
1.0K
Translate
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
Community Expert ,
Jun 05, 2012 Jun 05, 2012

Android will automatically suspend your application to notify the user of the call. You can listen for the deactivate event, and quickly save your state. This is one of the quality tests that Amazon App Store review will apply if you plan to distrbute through them.

Chris Griffith

Translate
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
Participant ,
Jun 05, 2012 Jun 05, 2012

Thats fine but how about if i want to read a new text (SMS) message. I mean how to do Receive and Broadcast, like we do in pure Android app.

Translate
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
Community Expert ,
Jun 05, 2012 Jun 05, 2012

To capture and use SMS, you will need to write or find an ANE to do this.

Chris

Translate
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
Participant ,
Jun 05, 2012 Jun 05, 2012
LATEST

Yes I was developing code for Android ANE, but did not get the right way to write the code for this Receive and Broadcast.

Tanweer

Translate
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