CrackMe.apk

Download file
    package com.google.android.exoplayer2;

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

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

    private /* synthetic */ Player$Commands$$ExternalSyntheticLambda0() {
    }

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