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,91 @@
package com.applovin.impl;
import com.applovin.impl.im;
import com.applovin.impl.km;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
/* loaded from: classes.dex */
public class y0 implements km.b, im.b {
private final com.applovin.impl.sdk.j a;
private final a b;
private w0 c;
private String d;
public interface a {
void a(w0 w0Var, String str);
void a(b bVar, String str);
}
public enum b {
APP_DETAILS_NOT_FOUND,
INVALID_DEVELOPER_URI,
APPADSTXT_NOT_FOUND,
MISSING_APPLOVIN_ENTRIES,
MISSING_NON_APPLOVIN_ENTRIES
}
public y0(com.applovin.impl.sdk.j jVar, a aVar) {
this.a = jVar;
this.b = aVar;
}
@Override // com.applovin.impl.im.b
public void a(b bVar, String str) {
this.b.a(bVar, str);
}
@Override // com.applovin.impl.im.b
public void a(String str, String str2) {
HashMap hashMap = new HashMap();
ArrayList arrayList = new ArrayList();
String[] split = str.split("\n");
int length = split.length;
int i = 1;
int i2 = 0;
while (i2 < length) {
int i3 = i + 1;
x0 x0Var = new x0(split[i2], i);
if (x0Var.h()) {
String b2 = x0Var.b();
List arrayList2 = hashMap.containsKey(b2) ? (List) hashMap.get(b2) : new ArrayList();
if (arrayList2 != null) {
arrayList2.add(x0Var);
hashMap.put(b2, arrayList2);
}
} else {
arrayList.add(x0Var);
}
i2++;
i = i3;
}
this.c = new w0(hashMap, arrayList);
this.d = str2;
this.a.J();
if (com.applovin.impl.sdk.n.a()) {
this.a.J().a("AppAdsTxtService", "app-ads.txt fetched: " + this.c);
}
this.b.a(this.c, str2);
}
@Override // com.applovin.impl.km.b
public void a(b bVar) {
this.b.a(bVar, (String) null);
}
@Override // com.applovin.impl.km.b
public void a(String str) {
this.a.j0().a(new im(this.a, str, this));
}
public void a() {
w0 w0Var = this.c;
if (w0Var != null) {
this.b.a(w0Var, this.d);
} else {
this.a.j0().a(new km(this.a, this));
}
}
}