I want to call Emergency number using Android SDK.
I am using following code to call the number (911). This code works fine for all the numbers except 911 (Emergency
Action_Dial will open the dialpad, Action_Call will call directly..
However, a quote from ACTION_CALL:
Note: this Intent cannot be used to call emergency numbers. Applications can dial emergency numbers using ACTION_DIAL, however.