Add Discord community version (64-bit only)

- 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
This commit is contained in:
2026-02-18 15:48:36 -08:00
parent c19eb3d7ff
commit c080f0d97f
26930 changed files with 2529574 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;
}
}
}