MaterialFilePicker icon indicating copy to clipboard operation
MaterialFilePicker copied to clipboard

Empty directories of files missing

Open navimakarov opened this issue 4 years ago • 3 comments

Screenshot 2021-07-05 at 09 45 03

Empty directories, even though, files exist. I have all permissions in Manifest and android:requestLegacyExternalStorage="true" I ask for permission request additionally in runtime. What is the problem?

navimakarov avatar Jul 05 '21 06:07 navimakarov

MaterialFilePicker() .withActivity(this) .withCloseMenu(false) .withHiddenFiles(true) .withFilterDirectories(true) .withTitle("Preview File") .withRequestCode(FILE_PICKER_REQUEST_CODE) .start()

navimakarov avatar Jul 05 '21 06:07 navimakarov

make targetSdkVersion 29 ,it will fix this problem

zhangan115 avatar Jul 07 '21 06:07 zhangan115

make targetSdkVersion 29 ,it will fix this problem

But from November 1, Google wants all app to targetSdkVersion 30, which I did but still have this empty folder issue.

harishsave avatar Nov 20 '21 10:11 harishsave