android拨通电话的action说明

android拨打电话的action说明Intent.ACTION_CALL,只能拨打普通号码。Intent.ACTION_CALL_EMERGENCY,只拨打

android拨打电话的action说明
Intent.ACTION_CALL,只能拨打普通号码。

Intent.ACTION_CALL_EMERGENCY,只拨打紧急号码。

Intent.ACTION_CALL_PRIVILEGED,两者都可以拨打。