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,35 @@
package com.applovin.impl;
import java.util.List;
/* loaded from: classes.dex */
public abstract class g4 {
public static List c(com.applovin.impl.sdk.j jVar) {
if (jVar.u().k()) {
return o4.c(jVar);
}
return null;
}
public static List a(com.applovin.impl.sdk.j jVar) {
if (!jVar.u().k()) {
return null;
}
boolean t0 = jVar.t0();
Boolean bool = (Boolean) jVar.a(uj.o, Boolean.FALSE);
if (t0) {
if (bool.booleanValue()) {
return b(jVar);
}
return null;
}
return b(jVar);
}
private static List b(com.applovin.impl.sdk.j jVar) {
if (jVar.u().i() != null) {
return o4.b(jVar);
}
return o4.a(jVar);
}
}