Files
rr3-apk/decompiled-community/sources/com/tapjoy/internal/o1.java
Daniel Elliott c080f0d97f 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
2026-02-18 15:48:36 -08:00

60 lines
2.0 KiB
Java

package com.tapjoy.internal;
import android.os.Build;
import com.tapjoy.TJAppInfo;
import com.tapjoy.TJDeviceInfo;
import com.tapjoy.TJDeviceUtils;
import com.tapjoy.TJTracking;
import com.tapjoy.TapjoyConnectCore;
/* loaded from: classes4.dex */
public final class o1 {
public final Integer a;
public final String b;
public final String c;
public final String d;
public final String e;
public final String f;
public final String g;
public final Boolean h;
public final Boolean i;
public final Boolean j;
public final String k;
public final Long l;
public final Long m;
public o1() {
this.a = null;
this.b = null;
this.c = null;
this.d = null;
this.e = null;
this.f = null;
this.g = null;
this.h = null;
this.i = null;
this.j = null;
this.k = null;
this.l = null;
this.m = null;
this.a = TJDeviceInfo.INSTANCE.getDeviceScreenLayoutSize(TapjoyConnectCore.getInstance().getContext());
TJAppInfo tJAppInfo = TJAppInfo.INSTANCE;
this.b = tJAppInfo.getInstaller();
TJTracking tJTracking = TJTracking.INSTANCE;
this.c = tJTracking.getAppSetID();
this.d = tJTracking.getAndroidIDIfAllowed();
this.e = Build.MANUFACTURER;
Long deviceGpsVersion = tJTracking.getDeviceGpsVersion();
this.f = deviceGpsVersion != null ? deviceGpsVersion.toString() : null;
Integer packagedGpsVersion = tJTracking.getPackagedGpsVersion();
this.g = packagedGpsVersion != null ? packagedGpsVersion.toString() : null;
this.h = Boolean.valueOf(!tJTracking.isAdvertisingIdAllowed());
this.i = Boolean.valueOf(tJTracking.getAdIdCheckDisabled());
this.j = Boolean.valueOf(tJTracking.getLegacyIdFallbackAllowed());
this.k = tJAppInfo.getPkgSign();
TJDeviceUtils tJDeviceUtils = TJDeviceUtils.INSTANCE;
this.l = Long.valueOf(tJDeviceUtils.getAvailableDiskSpace());
this.m = Long.valueOf(tJDeviceUtils.getTotalDiskSpace());
}
}