ARTICLE AD BOX
I have already requested to be an external storage manager and get true for
Environment.isExternalStorageManager()However, when trying to read /storage e.g. Environment.getStorageDirectory() I get nothing and File("/storage").canRead() returns false.
Why is that? What permission do I need to request to read /storage?
