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,60 @@
package com.applovin.impl;
import com.applovin.impl.sdk.utils.JsonUtils;
import org.json.JSONObject;
/* loaded from: classes.dex */
public class rn {
private final a a;
private final Integer b;
private final String c;
private final String d;
private Boolean e;
public Boolean a() {
return this.e;
}
public void a(Boolean bool) {
this.e = bool;
}
public String b() {
return this.d;
}
public String c() {
return this.c;
}
public Integer d() {
return this.b;
}
public a f() {
return this.a;
}
public enum a {
TCF_VENDOR,
ATP_NETWORK,
OTHER;
/* JADX INFO: Access modifiers changed from: private */
public static a b(int i) {
return i != 0 ? i != 1 ? OTHER : ATP_NETWORK : TCF_VENDOR;
}
}
public rn(JSONObject jSONObject, String str) {
this.d = str;
this.a = a.b(JsonUtils.getInt(jSONObject, "type", a.OTHER.ordinal()));
this.b = JsonUtils.getInteger(jSONObject, "id", null);
this.c = JsonUtils.getString(jSONObject, "name", null);
}
public String e() {
Boolean bool = this.e;
return "\n" + this.d + " - " + (bool != null ? String.valueOf(bool) : a4.b().a(com.applovin.impl.sdk.j.l()));
}
}