I am working on a test application where I have multiple databases but I need to encrypt only few. I am getting conflict in import of net.sqlcipher.database.SQLiteDatabase
instead of android.database.sqlite.SQLiteDatabase
How can I still continue to use sqlite database (which do no need encryption).