- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
56 lines
1.4 KiB
Java
56 lines
1.4 KiB
Java
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;
|
|
}
|
|
}
|
|
}
|