Android11取消选项后相机无法工作
创始人
2024-08-20 11:00:39
0

问题描述: Android 11上,当用户取消相机权限或访问相机时的权限请求选项后,相机可能无法正常工作。

解决步骤: 1.在AndroidManifest.xml文件中添加相机权限

2.在运行时请求相机权限,并在用户拒绝请求时显示一个对话框来解释为什么需要此权限。 if (ContextCompat.checkSelfPermission(thisActivity, Manifest.permission.CAMERA) != PackageManager.PERMISSION_GRANTED) { // Permission is not granted // Should we show an explanation? if (ActivityCompat.shouldShowRequestPermissionRationale(thisActivity, Manifest.permission.CAMERA)) { // Show an explanation to the user asynchronously -- don't block // this thread waiting for the user's response! After the user // sees the explanation, try again to request the permission. } else { // No explanation needed; request the permission ActivityCompat.requestPermissions( thisActivity, new String[]{Manifest.permission.CAMERA}, MY_PERMISSIONS_REQUEST_CAMERA); } } else { // Permission has already been granted // Initialize camera }

3.在 onRequestPermissionsResult() 回调方法中,检查是否授予权限,并根据结果进行适当的操作。 @Override public void onRequestPermissionsResult(int requestCode, String[] permissions, int[] grantResults) { switch (requestCode) { case MY_PERMISSIONS_REQUEST_CAMERA: { // If request is cancelled, the result arrays are empty. if (grantResults.length > 0 && grantResults[0] == PackageManager.PERMISSION_GRANTED) { // permission was granted, yay! Do the // camera-related task you need to do. } else { // permission denied, boo! Disable the // functionality that depends on this permission. } return; } }

4.确保在activity被销毁时释放相机资源。 @Override protected void onDestroy() { releaseCamera(); super.onDestroy(); } private void releaseCamera() { if (mCamera != null) { mCamera.release(); // release

相关内容

热门资讯

透视解密!wepoker如何设... 透视解密!wepoker如何设置透视(透视)佛手在线大菠萝为什么都输,教程指南书(有人有挂)-哔哩哔...
透视开挂!wepoker有透视... 透视开挂!wepoker有透视底牌吗(透视)pokemmo脚本手机版,教程法子(有挂存在)-哔哩哔哩...
透视解密!wepoker有插件... 透视解密!wepoker有插件吗(透视)hhpoker破解工具,教程法门(有挂教学)-哔哩哔哩;1、...
透视曝光!pokemmo辅助器... 透视曝光!pokemmo辅助器脚本下载(透视)wepoker私人局怎么玩,教程模板(真的有挂)-哔哩...
透视关于!wepoker底牌透... 透视关于!wepoker底牌透视(透视)wepoker手机版辅助,教程课程(的确有挂)-哔哩哔哩运w...
透视解密!we-poker辅助... 透视解密!we-poker辅助软件教程(透视)wpk模拟器是什么,教程手筋(有挂解密)-哔哩哔哩1、...
透视详情!德州私人局怎么透视(... 透视详情!德州私人局怎么透视(透视)hhpoker德州透视挂,教程方式(有挂细节)-哔哩哔哩该软件可...
透视教你!如何下载wpk透视版... 透视教你!如何下载wpk透视版(透视)wepoker辅助器软件下载,教程法子(有挂规律)-哔哩哔哩1...
透视普及!wepokerplu... 透视普及!wepokerplus辅助(透视)红龙poker辅助工具,教程要领(有挂方法)-哔哩哔哩亲...
透视详细!we poker插件... 透视详细!we poker插件(透视)红龙poker有辅助吗,教程秘籍(有挂秘笈)-哔哩哔哩该软件可...