com-dot-app-sancharsaathi-1-5-0.apk

Download file
    package net.sqlcipher.database;

public interface SQLiteDatabaseHook {
    void postKey(SQLiteDatabase sQLiteDatabase);

    void preKey(SQLiteDatabase sQLiteDatabase);
}
    
Download file