Copy link to clipboard
Copied
How to handle incoming calls in AIR android app?
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
To capture and use SMS, you will need to write or find an ANE to do this.
Chris
Copy link to clipboard
Copied
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
Find more inspiration, events, and resources on the new Adobe Community
Explore Now