Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Displaying Empty Directory in some devices #82

Open
shanraisshan opened this issue Aug 10, 2016 · 1 comment
Open

Displaying Empty Directory in some devices #82

shanraisshan opened this issue Aug 10, 2016 · 1 comment

Comments

@shanraisshan
Copy link

When click on Choose a File, a progress bar is shown then Empty Directory message is displayed.

I guess, FileChooserActivity is not properly loading the List of files.

  1. Samsung Galaxy s6 edge (SM-G935FD) Android 6.0.1 (23) MARSHMELLOW
  2. LG Nexus 5 (Nexus 5) Android 6.0 (23) MARSHMELLOW

Empty Directory

@shanraisshan
Copy link
Author

The issue was because of the App permissions feature in Android Marshmallow.
Since the library is bit out of date and doesn't handle the permissions properly, therefore the storage permission was not granted which was causing this issue.

Android Marshmallow Permission

Turning the permission on, displayed the list.
But proper handling of Android Marshmallow permission is required in the library.

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

No branches or pull requests

1 participant