How to secure data stored in Android Jetpack AppSearch local storage
Right now we use room database to cache certain metadata in it for later access. To keep the database secure, we use SQLCipher(https://github.com/sqlcipher/sqlcipher-android) to encrypt the database.