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

⚡️ [Android] Always declare READ_EXTERNAL_STORAGE on Android #874

Merged
merged 4 commits into from
Nov 26, 2022

Conversation

AlexV525
Copy link
Member

@AlexV525 AlexV525 commented Nov 26, 2022

Although the document says starting in API level 33, this permission has no effect, we still heard from many users that devices are unable to fetch assets. From the comment #852 (comment) the permission might affect the result. So until the permission is deprecated, we might continue to declare the permission as well.

Related issues:

@AlexV525 AlexV525 changed the title ⚡️ [Android] Request READ_EXTERNAL_STORAGE on Android 12+ ⚡️ [Android] Always declare READ_EXTERNAL_STORAGE on Android Nov 26, 2022
@AlexV525 AlexV525 marked this pull request as ready for review November 26, 2022 09:21
@AlexV525 AlexV525 merged commit 550a499 into main Nov 26, 2022
@AlexV525 AlexV525 deleted the android-read-permission branch November 26, 2022 10:46
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

Successfully merging this pull request may close these issues.

None yet

1 participant