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
I have the same problem,
I think there is a bug in sqlcipher/.../SQLiteDatabase.java
around line 950 : the 2 openDatabase methods are overriding the flags with CREATE_IF_NECESSARY
openDatabase(String path, String password, CursorFactory factory, int flags)
I can't open encrypted db from sdcard.
The code
or
throws the same exception
I also tried add and remove android_metadata table unfortunately without success.
The text was updated successfully, but these errors were encountered: