ivehement / saf

Flutter plugin that leverages Storage Access Framework (SAF) API to get access and perform the operations on files and folders.
https://pub.dev/packages/saf
MIT License
17 stars 19 forks source link

not work on "Android/data/com.xxxx.xxxx" #25

Open 77251380 opened 1 year ago

77251380 commented 1 year ago

Saf saf = Saf("Android/data"); await saf.getDirectoryPermission(isDynamic: true);

Then, i can get subfolders under “Android/data/” by saf.getFilesPath(),but when i try to list subfolders under "Android/data/com.android.camera2", it failed(PathAccessException Permission denied, errno = 13)