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,38 @@
package com.applovin.impl;
import android.os.Bundle;
import com.applovin.impl.o2;
/* loaded from: classes.dex */
public abstract class ki implements o2 {
public static final o2.a a = new o2.a() { // from class: com.applovin.impl.ki$$ExternalSyntheticLambda0
@Override // com.applovin.impl.o2.a
public final o2 a(Bundle bundle) {
ki a2;
a2 = ki.a(bundle);
return a2;
}
};
/* JADX INFO: Access modifiers changed from: private */
public static ki a(Bundle bundle) {
int i = bundle.getInt(a(0), -1);
if (i == 0) {
return (ki) na.d.a(bundle);
}
if (i == 1) {
return (ki) gh.c.a(bundle);
}
if (i == 2) {
return (ki) cl.d.a(bundle);
}
if (i != 3) {
throw new IllegalArgumentException("Encountered unknown rating type: " + i);
}
return (ki) co.d.a(bundle);
}
private static String a(int i) {
return Integer.toString(i, 36);
}
}