Access /sdcard with API level 30

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

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.