sqlcipher-android/sqlcipher/consumer-rules.pro
2023-11-06 13:54:50 -05:00

19 lines
481 B
Prolog

-keep class net.zetetic.** {
native <methods>;
private native <methods>;
public <init>(...);
long mNativeHandle;
}
-keepclassmembers class net.zetetic.database.sqlcipher.SQLiteCustomFunction {
public java.lang.String name;
public int numArgs;
private void dispatchCallback(java.lang.String[]);
}
-keepclassmembers class net.zetetic.database.sqlcipher.SQLiteDebug$PagerStats {
public int largestMemAlloc;
public int memoryUsed;
public int pageCacheOverflow;
}