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 MediaMetadata$$ExternalSyntheticLambda0 implements Bundleable.Creator {
    public static final /* synthetic */ MediaMetadata$$ExternalSyntheticLambda0 INSTANCE = new MediaMetadata$$ExternalSyntheticLambda0();

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

    public final Bundleable fromBundle(Bundle bundle) {
        return MediaMetadata.fromBundle(bundle);
    }
}
    
Download file