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

fix: android 10 file perms #27

Merged
merged 1 commit into from
Sep 10, 2024
Merged

Conversation

TobyBridle
Copy link
Contributor

@TobyBridle TobyBridle commented Sep 9, 2024

Requests the app to use the legacy external storage model. It is not recommended to be used, since the changes in A11 and above break; however, since the app already correctly handles those changes, it's perfectly fine to use it here for A10 only.

Reference below:

Caution: After you update your app to target Android 11 (API level 30), the system ignores the requestLegacyExternalStorage attribute when your app is running on Android 11 devices, so your app must be ready to support scoped storage and to migrate app data for users on those devices.

Users with the app already installed may need to disable and re-enable storage permissions for the permissions to update.

image

Fixes #17

Requests the app to use the legacy external storage model. It is not
recommended to be used, since the changes in A11 and above break;
however, since the app already correctly handles those changes, it's
perfectly fine to use it here for A10 only.

Fixes brahmkshatriya#17
@brahmkshatriya brahmkshatriya merged commit 613846e into brahmkshatriya:main Sep 10, 2024
2 checks passed
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.

Offline permission error
2 participants