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,66 @@
package com.applovin.impl;
import android.app.Activity;
import android.text.TextUtils;
import com.applovin.impl.tm;
import java.util.List;
/* loaded from: classes.dex */
public class am extends yl {
private final List h;
private final Activity i;
/* JADX INFO: Access modifiers changed from: private */
public /* synthetic */ void a(pe peVar) {
if (com.applovin.impl.sdk.n.a()) {
this.c.a(this.b, "Auto-initing adapter: " + peVar);
}
this.a.L().b(peVar, this.i);
}
public am(List list, Activity activity, com.applovin.impl.sdk.j jVar) {
super("TaskAutoInitAdapters", jVar, true);
this.h = list;
this.i = activity;
}
@Override // java.lang.Runnable
public void run() {
if (this.h.size() > 0) {
if (com.applovin.impl.sdk.n.a()) {
com.applovin.impl.sdk.n nVar = this.c;
String str = this.b;
StringBuilder sb = new StringBuilder();
sb.append("Auto-initing ");
sb.append(this.h.size());
sb.append(" adapters");
sb.append(this.a.l0().c() ? " in test mode" : "");
sb.append("...");
nVar.a(str, sb.toString());
}
if (TextUtils.isEmpty(this.a.O())) {
this.a.e("max");
} else if (!this.a.A0()) {
com.applovin.impl.sdk.n.h("AppLovinSdk", "Auto-initing adapters for non-MAX mediation provider: " + this.a.O());
}
if (this.i == null) {
com.applovin.impl.sdk.n.h("AppLovinSdk", "\n**********\nAttempting to init 3rd-party SDKs without an Activity instance.\n**********\n");
}
for (final pe peVar : this.h) {
if (peVar.s()) {
this.a.j0().a(new Runnable() { // from class: com.applovin.impl.am$$ExternalSyntheticLambda0
@Override // java.lang.Runnable
public final void run() {
am.this.a(peVar);
}
}, tm.b.MEDIATION);
} else {
this.a.J();
if (com.applovin.impl.sdk.n.a()) {
this.a.J().a(this.b, "Skipping eager auto-init for adapter " + peVar);
}
}
}
}
}
}