Open navimakarov opened 3 years ago
MaterialFilePicker() .withActivity(this) .withCloseMenu(false) .withHiddenFiles(true) .withFilterDirectories(true) .withTitle("Preview File") .withRequestCode(FILE_PICKER_REQUEST_CODE) .start()
make targetSdkVersion 29 ,it will fix this problem
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.
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?