- 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
51 lines
1.5 KiB
Java
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());
|
|
}
|
|
}
|