Call 911 in Android

前端 未结 3 1698
名媛妹妹
名媛妹妹 2021-01-02 04:19

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

3条回答
  •  攒了一身酷
    2021-01-02 04:36

    Say Intent.ACTION_CALL insted of Intent.ACTION_DIAL this will call number without showing it on dial pad.

提交回复
热议问题