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

Download file
    package net.sqlcipher;

public class StaleDataException extends RuntimeException {
    public StaleDataException() {
    }

    public StaleDataException(String str) {
        super(str);
    }
}
    
Download file