-
Notifications
You must be signed in to change notification settings - Fork 560
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
Android 10 showing placeholder images even though requestLegacyExternalStorage = "true" ? #324
Comments
thanks for your reply, I mean is when clicking on the icon "take photo" can't work on Android 11, Android 10 is ok. |
I check only in Android 10 . Not working in 10 but working in 9 |
hi all, I updated the lib, not using permission WRITE, it worked very well for me, some update in mine:
// get all photo in the internal memory
here is the lib I updated, worked very well in my project |
in Android 10 (ONE UI 2) , it's showing placeholder images even though requestLegacyExternalStorage = "true" ? I am using latest 2.2.5
My manifest
FilePicker call :
Result
Please help me
The text was updated successfully, but these errors were encountered: