|
|
@ -138,8 +138,6 @@ public class SQLCipherOpenHelper extends SQLiteOpenHelper {
|
|
|
|
|
|
|
|
|
|
|
|
this.context = context.getApplicationContext();
|
|
|
|
this.context = context.getApplicationContext();
|
|
|
|
this.databaseSecret = databaseSecret;
|
|
|
|
this.databaseSecret = databaseSecret;
|
|
|
|
|
|
|
|
|
|
|
|
Log.d("", "*** DB PASSWORD: "+databaseSecret.asString());
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
private static void applySQLCipherPragmas(SQLiteConnection connection, boolean useSQLCipher4) {
|
|
|
|
private static void applySQLCipherPragmas(SQLiteConnection connection, boolean useSQLCipher4) {
|
|
|
|