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

Download file
    package net.sqlcipher;

public interface CursorWindowAllocation {
    long getGrowthPaddingSize();

    long getInitialAllocationSize();

    long getMaxAllocationSize();
}
    
Download file