CrackMe.apk

Download file
    package com.google.android.exoplayer2.metadata.id3;

import com.google.android.exoplayer2.metadata.id3.Id3Decoder;

/* compiled from: D8$$SyntheticClass */
public final /* synthetic */ class Id3Decoder$$ExternalSyntheticLambda0 implements Id3Decoder.FramePredicate {
    public static final /* synthetic */ Id3Decoder$$ExternalSyntheticLambda0 INSTANCE = new Id3Decoder$$ExternalSyntheticLambda0();

    private /* synthetic */ Id3Decoder$$ExternalSyntheticLambda0() {
    }

    public final boolean evaluate(int i, int i2, int i3, int i4, int i5) {
        return Id3Decoder.lambda$static$0(i, i2, i3, i4, i5);
    }
}
    
Download file