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>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
package com.tapjoy.internal;
import com.tapjoy.TJAppInfo;
import com.tapjoy.TJTracking;
import com.tapjoy.TapjoyConnectCore;
import kotlin.jvm.internal.Intrinsics;
/* loaded from: classes4.dex */
public final class p1 {
public final String 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 String h;
public final c2 i;
public p1() {
c2 publisher = new c2();
Intrinsics.checkNotNullParameter(publisher, "publisher");
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 = publisher;
this.a = TapjoyConnectCore.getInstance().getAppID();
TJTracking tJTracking = TJTracking.INSTANCE;
this.b = tJTracking.getUnityAdsIdfi();
this.c = tJTracking.getLevelPlayAuid();
TJAppInfo tJAppInfo = TJAppInfo.INSTANCE;
this.d = tJAppInfo.getAppVersion();
this.e = tJAppInfo.getPkgId();
this.f = tJAppInfo.getPkgVer();
Integer pkgRev = tJAppInfo.getPkgRev();
this.g = pkgRev != null ? pkgRev.toString() : null;
this.h = tJAppInfo.getAppGroupId();
}
}