内射老阿姨1区2区3区4区_久久精品人人做人人爽电影蜜月_久久国产精品亚洲77777_99精品又大又爽又粗少妇毛片

android6.0權(quán)限授權(quán)方法-創(chuàng)新互聯(lián)

這里介紹兩種方式,如下:

創(chuàng)新互聯(lián)專注于古縣網(wǎng)站建設(shè)服務(wù)及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗(yàn)。 熱誠為您提供古縣營銷型網(wǎng)站建設(shè),古縣網(wǎng)站制作、古縣網(wǎng)頁設(shè)計(jì)、古縣網(wǎng)站官網(wǎng)定制、重慶小程序開發(fā)服務(wù),打造古縣網(wǎng)絡(luò)公司原創(chuàng)品牌,更為您提供古縣網(wǎng)站排名全網(wǎng)營銷落地服務(wù)。

一、逐次

private static final int PERMISSION_READ_EXTERNAL_STORAGE = 101;
private static final int PERMISSION_WRITE_EXTERNAL_STORAGE = 102;
private static final int PERMISSION_CAMERA = 103;
private void requestPermission() {
 if (ContextCompat.checkSelfPermission(this, Manifest.permission.WRITE_EXTERNAL_STORAGE)== PackageManager.PERMISSION_DENIED) {
  ActivityCompat.requestPermissions(this, new String[]{Manifest.permission.WRITE_EXTERNAL_STORAGE}, PERMISSION_WRITE_EXTERNAL_STORAGE);
 }
 if (ContextCompat.checkSelfPermission(this, Manifest.permission.READ_EXTERNAL_STORAGE) == PackageManager.PERMISSION_DENIED) {
  ActivityCompat.requestPermissions(this, new String[]{Manifest.permission.READ_EXTERNAL_STORAGE}, PERMISSION_READ_EXTERNAL_STORAGE);
 }
 if (ContextCompat.checkSelfPermission(this, Manifest.permission.CAMERA) == PackageManager.PERMISSION_DENIED) {
  ActivityCompat.requestPermissions(this, new String[]{Manifest.permission.CAMERA}, PERMISSION_CAMERA);
 }
}


@Override
public void onRequestPermissionsResult(int requestCode, String permissions[], int []grantResults) {
 switch (requestCode) {
  case PERMISSION_CAMERA: {
   if (grantResults.length > 0 && grantResults[0] == PackageManager.PERMISSION_GRANTED) {


   } else {
    Toast.makeText(this, "沒有攝像頭權(quán)限我什么都做不了哦!", Toast.LENGTH_LONG).show();
   }
   break;
  }
  case PERMISSION_READ_EXTERNAL_STORAGE: {
   if (grantResults.length > 0 && grantResults[0] == PackageManager.PERMISSION_GRANTED) {


   } else {
    Toast.makeText(this, "請(qǐng)打開存儲(chǔ)讀寫權(quán)限,確保APP正常運(yùn)行", Toast.LENGTH_LONG).show();;
   }
   break;
  }
  case PERMISSION_WRITE_EXTERNAL_STORAGE: {
   if (grantResults.length > 0 && grantResults[0] == PackageManager.PERMISSION_GRANTED) {


   } else {
    Toast.makeText(this, "請(qǐng)打開存儲(chǔ)讀寫權(quán)限,確保APP正常運(yùn)行", Toast.LENGTH_LONG).show();;
   }
   break;
  }
 }
}

新聞名稱:android6.0權(quán)限授權(quán)方法-創(chuàng)新互聯(lián)
文章分享:http://m.rwnh.cn/article18/dsdjdp.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供關(guān)鍵詞優(yōu)化、移動(dòng)網(wǎng)站建設(shè)、微信小程序、虛擬主機(jī)App設(shè)計(jì)、定制開發(fā)

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)

手機(jī)網(wǎng)站建設(shè)
宜丰县| 宝应县| 于都县| 友谊县| 千阳县| 宜川县| 科尔| 连平县| 峡江县| 云南省| 班玛县| 凌源市| 富民县| 高雄县| 高唐县| 海原县| 增城市| 霍州市| 安溪县| 丰顺县| 武夷山市| 甘肃省| 阳泉市| 上高县| 桦甸市| 潞西市| 朔州市| 会同县| 旅游| 凌海市| 津市市| 图片| 临洮县| 思南县| 宣化县| 天台县| 武平县| 兴城市| 昌黎县| 泾川县| 加查县|