cordova-plugin-photo-library-sism icon indicating copy to clipboard operation
cordova-plugin-photo-library-sism copied to clipboard

android 10 support (SDK 29)

Open mohammedhamza1 opened this issue 3 years ago • 1 comments

when setting "android-targetSdkVersion" to 29, the plugin will not work on Android 10. can you please fix the issue?

Error when getting albums:

near "GROUP": syntax error (Sqlite code 1 SQLITE_ERROR): , while compiling: SELECT bucket_id, bucket_display_name FROM images WHERE ((is_pending=0) AND (is_trashed=0) AND (volume_name IN ( 'external_primary' , '3835-3163' ))) AND ((1) GROUP BY 1,(2)) ORDER BY datetaken DESC, (OS error - 2:No such file or directory)

mohammedhamza1 avatar Aug 10 '20 14:08 mohammedhamza1