Files
rr3-apk/decompiled/sources/com/tapjoy/internal/b2.java
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

51 lines
1.5 KiB
Java

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());
}
}