I'm looking into handling Audio interruptions (incoming phone calls, calendar or clock events) in my Air application. The target OS are iOS and Android.
I already have a working implementation for pausing and resuming my application when such event occurs, derived from Apple's guidelines for handling such interruptions (link)
Does anyone knows which events I can leverage in the AIR platform?
Thanks.