android調用撥打電話(包括運行時權限)

/** * 撥打電話(跳轉到撥號界面,用戶手動點擊撥打) * * @param phoneNum 電話號碼 */ public void diallPhone(String phoneNum) { Intent intent = new Intent(Intent.ACTION_DIAL); Uri data = Uri.parse("tel:" + pho
相關文章
相關標籤/搜索