CrackMe.apk

Download file
    package com.google.android.exoplayer2;

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

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

    private /* synthetic */ MediaItem$LiveConfiguration$$ExternalSyntheticLambda0() {
    }

    public final Bundleable fromBundle(Bundle bundle) {
        return MediaItem.LiveConfiguration.lambda$static$0(bundle);
    }
}
    
Download file