CrackMe.apk

Download file
    package com.google.android.exoplayer2;

import android.os.Bundle;
import com.google.android.exoplayer2.Bundleable;

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

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

    public final Bundleable fromBundle(Bundle bundle) {
        return new PlaybackException(bundle);
    }
}
    
Download file