CrackMe.apk

Download file
    package androidx.core.app;

import android.app.Notification;

public interface NotificationBuilderWithBuilderAccessor {
    Notification.Builder getBuilder();
}
    
Download file