8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69ad03 commit f10d270Copy full SHA for f10d270
src/net/sqlcipher/database/SQLiteDatabase.java
@@ -74,6 +74,8 @@ public class SQLiteDatabase extends SQLiteClosable {
74
private static final int EVENT_DB_OPERATION = 52000;
75
private static final int EVENT_DB_CORRUPT = 75004;
76
77
+ public static final String SQLCIPHER_ANDROID_VERSION = "3.3.1.1";
78
+
79
// Stores reference to all databases opened in the current process.
80
// (The referent Object is not used at this time.)
81
// INVARIANT: Guarded by sActiveDatabases.
0 commit comments