Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

拍照申请存储权限 #2769

Open
wuh876 opened this issue Sep 26, 2023 · 1 comment
Open

拍照申请存储权限 #2769

wuh876 opened this issue Sep 26, 2023 · 1 comment

Comments

@wuh876
Copy link

wuh876 commented Sep 26, 2023

Current use version?

当前使用的版本是多少?

v2.7.3-rc07

Will this problem occur in demo?

Demo能否复现这问题?

Describe the problem or provide an error log?

描述问题或提供错误log?

拍照需要存储权限,能修改保存目录吗,不申请存储
@fchl
Copy link

fchl commented Nov 15, 2023

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants