Skip to content

Conversation

@syntaxerror247
Copy link
Owner

@syntaxerror247 syntaxerror247 commented Jun 23, 2025

Replaces the use of MANAGE_EXTERNAL_STORAGE with scoped storage access using standard Android permissions.

Now, saving is limited to the Documents and Download directories, and access to media is limited by explicitly requesting READ_MEDIA_IMAGES for image access only. This avoids broad file access and complies with scoped storage policies introduced in newer Android versions.

On older devices ( < api level 33), requesting READ_EXTERNAL_STORAGE permission.

Replaces the use of MANAGE_EXTERNAL_STORAGE with scoped storage access using standard Android permissions.

Now, saving is limited to the Documents and Download directories, and access to media is limited by explicitly requesting READ_MEDIA_IMAGES for image access only. This avoids broad file access and complies with scoped storage policies introduced in newer Android versions.
@syntaxerror247 syntaxerror247 added enhancement New feature or request high priority labels Jun 23, 2025
@syntaxerror247 syntaxerror247 added this to the 1.0 milestone Jun 23, 2025
@syntaxerror247 syntaxerror247 merged commit 966ab61 into main Jun 23, 2025
2 checks passed
@syntaxerror247 syntaxerror247 deleted the permissions branch June 23, 2025 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request high priority

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants