Replies: 0 comments 3 replies
-
How would that be different from excluding the Internal storage? Excluding the folder in-app activates a different code path which is more or less same as blocking access directly in code. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Everyone,
I have a specific use case that I would like to implement. Currently, I know that the app allows including and excluding specific folders. However, I would like to programmatically restrict the app so that it only reads images and videos from the SD card (external storage).
Since I understand the app uses
MediaStorefor accessing media files, is there a particular place in the code where I can modify this behaviour to ensure only images and videos from external storage are accessed? Any pointers or insights on how to achieve this would be greatly appreciated.Additionally, I’d love to get a bit more insight into the overall flow of the app. A brief explanation of how the app interacts with the MediaStore and handles storage access would be really helpful.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions