Files
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -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());
}
}