Hi,
I am getting
Exception: Native method not found: net.sqlcipher.database.SQLiteDatabase.dbopen:(Ljava/lang/String;I)
Notes :
- I have called loadlibs in the splash activity. which will destroy.
- it works fine in foreground.
- Problem will occur in case of background transition. I do use singleton classes for db transaction
Observation
- it is observed when application is in background for long time, and suddenly come to forground then it shows that exception.