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

Support scoped storage #148

Open
tuancoltech opened this issue Feb 25, 2025 · 0 comments · May be fixed by #149
Open

Support scoped storage #148

tuancoltech opened this issue Feb 25, 2025 · 0 comments · May be fixed by #149
Assignees
Labels
enhancement New feature or request

Comments

@tuancoltech
Copy link
Member

Descriptions
Since Android 11, scoped storage is enforced to protect app and user data on external storage.
Direct file sharing via absolute path will no longer work.
We need to support accessing image files via Uri.

Ref: https://developer.android.com/about/versions/11/privacy/storage

Describe the solution you'd like
Support file sharing via Uri.

@tuancoltech tuancoltech added the enhancement New feature or request label Feb 25, 2025
@tuancoltech tuancoltech self-assigned this Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant