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
Hi,
It's me again, I found how sqlcipher works with loaders and content provider.
It was my mistake:
I forget to call "SQLiteDatabase.loadLibs(Context)", I called it in onCreate method of my content provider.
I imported net.sqlcipher.Cursor instead of android.database.Cursor. I changed this import by importing android.database.Cursor and everything works perfectly.
Hope what I did is the right way to fix this.
Thanks for your time.
Best regards
Slim
Hi,
I know that sqlcipher supports android content provider but when I tried to use loaders (using support library), the app craches!!
Does Sqlcipher support loaders?
Thanks for your help.
Best regards
The text was updated successfully, but these errors were encountered: