CrackMe.apk

Download file
    package androidx.activity.result;

public interface ActivityResultRegistryOwner {
    ActivityResultRegistry getActivityResultRegistry();
}
    
Download file