Hello Mark,
On 8/21/14 1:13 PM, Mark Carter wrote:
> Is it possible to attach an SQLCipher database to an
> android.database.sqlite.SQLiteDatabase instance?
If you are referring to point a class reference that refers to a
SQLCipher instance to an android.database.sqlite.SQLiteDatabase
variable, the answer is no. Keep in mind that a SQLCipher for Android
can operate on both plain text SQLite databases, as well as encrypted
SQLCipher databases, however this would need to be handled entirely
through the SQLCipher for Android client library.
--
Nick Parker