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
Say Intent.ACTION_CALL insted of Intent.ACTION_DIAL this will call number without showing it on dial pad.
Intent.ACTION_CALL
Intent.ACTION_DIAL