0

After updating to Android 11 I have noticed that I am unable to access the Android/Data/ directory on my external sd card (able to access internal storage /storage/emulated/0/Android/data with Storage Access Framework). This is evidentially due to the new scoped storage requirements.

I believe this an unavoidable fact, if anyone can show otherwise I would be interested to see.

Is it possible to view this directory if the phone has been rooted?

Kai Dijon
  • 101
  • 1
  • 1

1 Answers1

0

Due to storage changes in Android 11 it is no longer possible to access the .../Android/Data/ directory on an external sd card on an unrooted phone.

From the Android developer documentation:

On Android 11, apps can no longer access files in any other app's dedicated, app-specific directory within external storage.

It remains possible to access the /storage/emulated/0/Android/data/ directory, see Android 11: Can't see contents of Android /data even with root.

Kai Dijon
  • 101
  • 1
  • 1