FilePicker icon indicating copy to clipboard operation
FilePicker copied to clipboard

android 11 only asec/obb directories

Open klaszlo8207 opened this issue 2 years ago • 3 comments

I can only see this two directiories on android 11+

klaszlo8207 avatar Mar 21 '22 11:03 klaszlo8207

I have tried to solve this issue. But not exactly getting it. I'm still trying to solve this issue.

TutorialsAndroid avatar Mar 27 '22 12:03 TutorialsAndroid

I was able to access the internal storage by using properties.root = new File("/storage/emulated/0"); properties.error_dir = new File("/storage/emulated/0"); properties.offset = new File("/storage/emulated/0");

but it looks like it only allow you to choose media files.

Earthlingz avatar Apr 14 '22 08:04 Earthlingz

I can only see this two directiories on android 11+

you can look at my project: automatic application for storage permission, support Android 4.4 ~ 12, support Android/data directory access,but Android/obb not currently supported, support SD card.

https://github.com/molihuan/mlhfileselectorlib/blob/master/README_EN.md

molihuan avatar Jul 02 '22 09:07 molihuan

New update release to this library update to version v9.0.1 and see the android 13 documentation in README.

TutorialsAndroid avatar Sep 05 '23 20:09 TutorialsAndroid