I want to make a phone call through an AIR application on Android. I know you can do this:
navigateToURL(new URLRequest(tel:555555555));
But I want to manage a phone call.
The goal is that the application missed the call of the selected number. So he calls, waits until he calls for 1 second, and then disconnects the call. But using the method described above, the application does not have control over the phone call.
thanks
source share