You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
No description provided.
The text was updated successfully, but these errors were encountered: