Hi,
If I use this in my activity starter block:
android.settings.MANAGE_ALL_FILES_ACCESS_PERMISSIONS
and edit my manifest to:
uses-permission android:name=“android.permission.MANAGE_EXTERNAL_STORAGE”
or use the extension - AllFilesPermission.aix
Will using an activity starter block with
android.settings.MANAGE_ALL_FILES_ACCESS_PERMISSIONS like override the need to set up separate blocks to read external storage and write external storage?