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

Download file
    package androidx.preference;

import android.content.Context;
import android.util.AttributeSet;
import android.widget.LinearLayout;

public class UnPressableLinearLayout extends LinearLayout {
    public UnPressableLinearLayout(Context context, AttributeSet attributeSet) {
        super(context, attributeSet);
    }

    public void dispatchSetPressed(boolean z4) {
    }
}
    
Download file