-
Notifications
You must be signed in to change notification settings - Fork 301
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 11 support (SDK 30) - get error when saving an image #199
Comments
Same error, there is a try catch, it returns this message "java.lang.IllegalArgumentException: Invalid token /storage/emulated/0/Pictures/imageX.jpg", value of WhereClause |
} I modified these codes and it seems to work. |
where to make the changes? |
https://bak.infolight.com/android/YUPIN/PhotoLibraryService.java.txt I only modified one file, and the link to the content of the modified file is above. |
You are the man, Yisa. |
based on @YisaHsu s patch I added a few null checks for having no albums yet.
|
When this sentence is executed(if whereClause != ""), an error occurs:
(com/terikon/cordova/photolibrary/PhotoLibraryService.java line : 283)
The text was updated successfully, but these errors were encountered: