It's the same as with the nb187 release (on Android 11):
- If
WRITEpermission is not declared in the Manifest, it doesn't work. - So
DefaultFileScopemust be set toLegacy. - The app (incorrectly) requests storage permission.
It's the same as with the nb187 release (on Android 11):
WRITE permission is not declared in the Manifest, it doesn't work.DefaultFileScope must be set to Legacy.