PictureSelector 拍照申请存储权限

c9qzyr3d  于 9个月前  发布在  其他
关注(0)|答案(1)|浏览(86)

Current use version?

当前使用的版本是多少?
  1. v2.7.3-rc07

Will this problem occur in demo?

Demo能否复现这问题?

Describe the problem or provide an error log?

描述问题或提供错误log?
  1. 拍照需要存储权限,能修改保存目录吗,不申请存储
o2rvlv0m

o2rvlv0m1#

if (SdkVersionUtils.isQ()) {
this.openSelectedCamera();
} else {
final String[] writePermissionArray = new String[]{"android.permission.WRITE_EXTERNAL_STORAGE"};

拍照就不能去掉存储权限吗

相关问题