In the CommunityToolkit.Maui.Sample app found here under "samples," the folder picker doesn't work on Android as it says it doesn't have permission. I'm trying to check the setting for READ_EXTERNAL_STORAGE
in the Required Permissions section of the AndroidManifest.xml
, but there are some issues. If I check its box, leave the file, and then come back, it is suddenly unchecked. But in the source code for AndroidManifest.xml
, that READ_EXTERNAL_STORAGE
is present in code. Also, the title next to the checkbox in Required Permissions reads unlike the other titles. Instead of just saying READ_EXTERNAL_STORAGE
it says <span color='red'>READ_EXTERNAL_STORAGE</span>
.
I think this one permission will fix the folder picker on Android, but it keeps unchecking the setting. Any idea what's going on here?