安卓6.0運行時權限,終極答案

//打電話方法 public void doCall() { Intent intentPhone = new Intent(Intent.ACTION_CALL, Uri.parse("tel:15538307513")); startActivity(intentPhone); } //檢查打電話權限,點擊就會回調下面的方法哦 public void checkCallPe
相關文章
相關標籤/搜索