When asking for permission to access the whole file system, add a choice to let the user choose a specific folder
fixes#1129
PS: Android OS 14 released this week introduces Selected Photos Access, which allows users to grant apps access to specific images and videos in their library, rather than granting access to all media of a given type. This new change is related to data security requirement in #1129. Might take a look.
Type of change
Just put an x in the [] which are valid.
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
[x] ./gradlew assembleDebug assembleRelease
[x] ./gradlew checkstyle
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
Description
When asking for permission to access the whole file system, add a choice to let the user choose a specific folder
fixes#1129
PS: Android OS 14 released this week introduces Selected Photos Access, which allows users to grant apps access to specific images and videos in their library, rather than granting access to all media of a given type. This new change is related to data security requirement in #1129. Might take a look.
Type of change
Just put an x in the [] which are valid.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
./gradlew assembleDebug assembleRelease
./gradlew checkstyle
Checklist: