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

When we can expect this library for android 11+? #7

Open
amitimg29 opened this issue Aug 26, 2021 · 1 comment
Open

When we can expect this library for android 11+? #7

amitimg29 opened this issue Aug 26, 2021 · 1 comment

Comments

@amitimg29
Copy link

No description provided.

@abhishekti7
Copy link
Owner

Hello @amitimg29 ,
Starting Android 11, access to shared storage has been restricted and it is no longer possible to implement such a broad file selector without the use of Storage Access Framework(SAF) or by declaring the All files access permission (link).
The most practical solution available right now is to check the android version at runtime and implement the file picker accordingly. The app will then use the library for API < 10 and for API>=10 it will use the system file picker.
The android 11 update for this library is still in works.

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

2 participants