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,50 @@
package com.tapjoy.internal;
import android.os.Build;
import com.tapjoy.TJDeviceInfo;
import com.tapjoy.TJStore;
import com.tapjoy.TJTracking;
import com.tapjoy.TapjoyConnectCore;
import java.util.Locale;
import java.util.TimeZone;
import kotlin.jvm.internal.Intrinsics;
/* loaded from: classes4.dex */
public final class b2 {
public final String a;
public final String b;
public final Boolean c;
public final boolean d;
public final String e;
public final String f;
public final String g;
public final String h;
public final String i;
public final o1 j;
public b2() {
o1 android2 = new o1();
Intrinsics.checkNotNullParameter(android2, "android");
this.a = null;
this.b = null;
this.c = null;
this.d = false;
this.e = null;
this.f = null;
this.g = null;
this.h = null;
this.i = null;
this.j = android2;
this.a = Locale.getDefault().getLanguage();
TJStore tJStore = TJStore.INSTANCE;
this.b = tJStore.getStore();
this.c = Boolean.valueOf(tJStore.getStoreView());
TJTracking tJTracking = TJTracking.INSTANCE;
this.d = tJTracking.getAdTrackingEnableIfPresent();
this.e = tJTracking.getAdvertisingIdIfAllowed();
this.f = "android";
this.g = Build.VERSION.RELEASE;
this.h = TimeZone.getDefault().getID();
this.i = TJDeviceInfo.INSTANCE.getTheme(TapjoyConnectCore.getInstance().getContext());
}
}