CrackMe.apk

Download file
    package com.google.android.exoplayer2.offline;

import com.google.android.exoplayer2.scheduler.RequirementsWatcher;

/* compiled from: D8$$SyntheticClass */
public final /* synthetic */ class DownloadManager$$ExternalSyntheticLambda1 implements RequirementsWatcher.Listener {
    public final /* synthetic */ DownloadManager f$0;

    public /* synthetic */ DownloadManager$$ExternalSyntheticLambda1(DownloadManager downloadManager) {
        this.f$0 = downloadManager;
    }

    public final void onRequirementsStateChanged(RequirementsWatcher requirementsWatcher, int i) {
        this.f$0.onRequirementsStateChanged(requirementsWatcher, i);
    }
}
    
Download file