Accessing a (sub)dir in /sdcard gets blocked with EACCESS in Android 11. Adding MANAGE_EXTERNAL_STORAGE to /data/system/packages.xml remedies that.
https://developer.android.com/training/data-storage/manage-all-files
Could you please add the ACTION_MANAGE_ALL_FILES_ACCESS_PERMISSION as in the guide?
Thnx
maxmopp