Android 動態獲取權限(6.0 , 7.0)

在Android API23以上,須要動態獲取網絡權限。以API版本23 6.0手機獲取電話權限爲例java /** * 請求打電話的權限碼 */ private static final int REQUEST_CALL_PHONE = 100; /** * 點擊按鈕申請權限 */ findViewById(R.id.callButton).setOnClickL
相關文章
相關標籤/搜索