Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty directories of files missing #131

Open
navimakarov opened this issue Jul 5, 2021 · 3 comments
Open

Empty directories of files missing #131

navimakarov opened this issue Jul 5, 2021 · 3 comments

Comments

@navimakarov
Copy link

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
Copy link
Author

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

@zhangan115
Copy link

make targetSdkVersion 29 ,it will fix this problem

@harishsave
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants