Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,55 @@
package com.ironsource;
import android.app.Activity;
import android.content.Context;
import com.ironsource.mediationsdk.logger.IronLog;
import com.ironsource.qf;
/* loaded from: classes2.dex */
public class n5 {
public static n5 a;
public static /* synthetic */ class a {
static final /* synthetic */ int[] a;
static {
int[] iArr = new int[qf.a.values().length];
a = iArr;
try {
iArr[qf.a.None.ordinal()] = 1;
} catch (NoSuchFieldError unused) {
}
try {
a[qf.a.Device.ordinal()] = 2;
} catch (NoSuchFieldError unused2) {
}
try {
a[qf.a.Controller.ordinal()] = 3;
} catch (NoSuchFieldError unused3) {
}
}
}
public static n5 a() {
n5 n5Var = a;
return n5Var == null ? new n5() : n5Var;
}
public boolean a(Activity activity) {
if (a.a[dj.e().b().ordinal()] != 3) {
return false;
}
try {
com.ironsource.sdk.controller.v vVar = (com.ironsource.sdk.controller.v) qi.a((Context) activity).a().j();
if (vVar == null) {
return true;
}
vVar.k("back");
return true;
} catch (Exception e) {
i9.d().a(e);
IronLog.INTERNAL.error(e.toString());
return false;
}
}
}