Call 911 in Android

前端 未结 3 1699
名媛妹妹
名媛妹妹 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:54

    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.

提交回复
热议问题