File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
android-database-sqlcipher/src/main/java/net/sqlcipher/database Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ public SupportSQLiteDatabase getWritableDatabase() {
88
88
isCleared = isCleared && (b == (byte )0 );
89
89
}
90
90
if (isCleared ) {
91
- throw new IllegalStateException ("The passphrase appears to be cleared. This happens by" +
92
- "default the first time you use the factory to open a database, so we can remove the" +
93
- "cleartext passphrase from memory. If you close the database yourself, please use a" +
94
- "fresh SupportFactory to reopen it. If something else (e.g., Room) closed the" +
91
+ throw new IllegalStateException ("The passphrase appears to be cleared. This happens by " +
92
+ "default the first time you use the factory to open a database, so we can remove the " +
93
+ "cleartext passphrase from memory. If you close the database yourself, please use a " +
94
+ "fresh SupportFactory to reopen it. If something else (e.g., Room) closed the " +
95
95
"database, and you cannot control that, use SupportFactory boolean constructor option " +
96
96
"to opt out of the automatic password clearing step. See the project README for more information." , ex );
97
97
}
You can’t perform that action at this time.
0 commit comments