How to Make a Call directly in Android

后端 未结 6 2243
囚心锁ツ
囚心锁ツ 2020-12-21 05:23

I know it was very simple to do it but I come across a very strange issue. I have to call Police in danger Situation by just tapping a button. So I have used following code

6条回答
  •  情深已故
    2020-12-21 05:40

    There are two intents to call/start calling: ACTION_CALL and ACTION_DIAL. ACTION_DIAL will only open the dialer with the number filled in, but allows the user to actually call or reject the call. ACTION_CALL will immediately call the number and requires an extra permission. So make sure you have the permission

提交回复
热议问题