Dial number without prompt

后端 未结 1 1783
春和景丽
春和景丽 2020-12-01 16:40

I\'m trying to write a function for the Android platform that will allow me to call 911 without any sort of prompt.

I have already added the permission androi

相关标签:
1条回答
  • 2020-12-01 17:15

    According to the API, ACTION_CALL will do what you need but not to emergency numbers, while ACTION_DIAL will display a dialer with the dial prompt but allows to call emergency numbers.

    I'm afraid there is no way to do what you want, for a good reason - to prevent misdials to emergency services. It's a precautionary measure.

    0 讨论(0)
提交回复
热议问题