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
The text was updated successfully, but these errors were encountered:
Bharatsingh-nickelfox
changed the title
Library doesn't showing types other than images on Android 11
Library doesn't showing types other than images on Android 11 (like pdf, doc)
Feb 16, 2021
Hi there, The library was working properly before upgrading to android R (API 30)... Now it does see nothing but the images.
I have found a solution for this. You have to add this permission check somewhere in your code:
if (isAndroid11ReadFilesPermissionRequired())
askForAndroid11ReadFilesPermission()
No description provided.
The text was updated successfully, but these errors were encountered: