AndroidregisterForActivityResult启动时没有提示权限请求
创始人
2024-10-09 18:01:51
0

在registerForActivityResult方法中使用ActivityResultLauncher对象时,应该先提前请求权限,并在权限被授予时才启动ActivityResultLauncher的launch方法。以下是示例代码:

// 在Activity中定义权限请求代码 private static final int REQUEST_CODE_PERMISSIONS = 100;

// 在Activity中定义需要请求的权限 private final String[] REQUIRED_PERMISSIONS = new String[]{ Manifest.permission.CAMERA, Manifest.permission.WRITE_EXTERNAL_STORAGE };

// 在Activity中定义ActivityResultLauncher对象 private final ActivityResultLauncher photoLauncher = registerForActivityResult( new ActivityResultContracts.StartActivityForResult(), result -> { // 处理ActivityResult返回的结果 } );

// 在Activity中定义权限请求Launcher对象 private final ActivityResultLauncher permissionLauncher = registerForActivityResult( new ActivityResultContracts.RequestMultiplePermissions(), permissions -> { if (permissions.containsValue(false)) { // 权限被拒绝 } else { // 权限被授予,启动photoLauncher的launch方法 Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); photoLauncher.launch(intent); } } );

// 在需要启动photoLauncher的地方调用以下方法,先请求权限 if (ContextCompat.checkSelfPermission(this, Manifest.permission.CAMERA) == PackageManager.PERMISSION_GRANTED && ContextCompat.checkSelfPermission(this, Manifest.permission.WRITE_EXTERNAL_STORAGE) == PackageManager.PERMISSION_GRANTED) { // 权限已经被授予,直接启动photoLauncher的launch方法 Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); photoLauncher.launch(intent); } else { // 权限还没被授予,请求权限 permissionLauncher.launch(REQUIRED_PERMISSIONS); }

相关内容

热门资讯

科普透视!pokemomo辅助... 科普透视!pokemomo辅助软件,微信小程序微乐房间怎么辅助,方针教程(有挂工具)-哔哩哔哩一、p...
专业透视!wepoker有辅助... 专业透视!wepoker有辅助工具吗,微乐广西小程序开挂,项目教程(有挂教程)-哔哩哔哩wepoke...
解谜透视!hhpoker真能买... 解谜透视!hhpoker真能买到挂吗,微信小程序透视微乐,方针教程(有挂规律)-哔哩哔哩1、进入游戏...
揭幕透视!wepoker透视脚... 揭幕透视!wepoker透视脚本免费app,微乐自建房安装挂,操作教程(揭秘有挂)-哔哩哔哩1、很好...
详细透视!werplan脚本,... 详细透视!werplan脚本,微乐小程序辅助开发透视,法子教程(有挂实锤)-哔哩哔哩1、上手简单,内...
分享透视!德州来玩辅助器,微乐... 分享透视!德州来玩辅助器,微乐广西自建房免费黑科技下载,手册教程(有挂辅助)-哔哩哔哩1、德州来玩辅...
总结透视!pokemomo辅助... 总结透视!pokemomo辅助软件,微信小程序微乐房间怎么辅助,妙计教程(有挂教学)-哔哩哔哩1、玩...
总结透视!aapoker发牌逻... 总结透视!aapoker发牌逻辑,收i就微乐小程序游戏破解器,指引教程(新版有挂)-哔哩哔哩1、许多...
科普透视!hhpoker底牌透... 科普透视!hhpoker底牌透视脚本,微乐自建房免费黑科技下载,总结教程(证实有挂)-哔哩哔哩1、h...
详细透视!wepoker轻量版... 详细透视!wepoker轻量版透视系统,广西微乐小程序脚本,窍门教程(有挂透明挂)-哔哩哔哩wepo...