CrackMe.apk

Download file
    package androidx.core.view;

public interface OnReceiveContentViewBehavior {
    ContentInfoCompat onReceiveContent(ContentInfoCompat contentInfoCompat);
}
    
Download file