We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99daf21 commit a5ef47fCopy full SHA for a5ef47f
androidframework/src/main/java/com/blankj/androidframework/utils/PhoneUtils.java
@@ -100,7 +100,7 @@ public static String getPhoneStatus(Context context) {
100
* 拨打电话
101
*/
102
public static void callDial(Context context, String phoneNumber) {
103
- context.startActivity(new Intent(Intent.ACTION_CALL, Uri.parse("tel:" + phoneNumber)));
+ context.startActivity(new Intent(Intent.ACTION_DIAL, Uri.parse("tel:" + phoneNumber)));
104
}
105
106
/**
0 commit comments