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

Download file
    package androidx.window.area.reflectionguard;

import android.content.Context;
import android.view.View;

public interface ExtensionWindowAreaPresentationRequirements {
    Context getPresentationContext();

    void setPresentationView(View view);
}
    
Download file