CrackMe.apk

Download file
    package com.google.android.exoplayer2;

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

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

    private /* synthetic */ Timeline$Period$$ExternalSyntheticLambda0() {
    }

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