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,56 @@
package com.google.android.gms.internal.drive;
/* loaded from: classes3.dex */
final class zzjw {
private static final Class<?> zzok = zzce();
private static Class<?> zzce() {
try {
return Class.forName("com.google.protobuf.ExtensionRegistry");
} catch (ClassNotFoundException unused) {
return null;
}
}
public static zzjx zzcf() {
if (zzok != null) {
try {
return zzn("getEmptyRegistry");
} catch (Exception unused) {
}
}
return zzjx.zzoo;
}
/* JADX WARN: Removed duplicated region for block: B:10:? A[RETURN, SYNTHETIC] */
/* JADX WARN: Removed duplicated region for block: B:5:0x000e */
/* JADX WARN: Removed duplicated region for block: B:7:0x0014 */
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public static com.google.android.gms.internal.drive.zzjx zzcg() {
/*
java.lang.Class<?> r0 = com.google.android.gms.internal.drive.zzjw.zzok
if (r0 == 0) goto Lb
java.lang.String r0 = "loadGeneratedRegistry"
com.google.android.gms.internal.drive.zzjx r0 = zzn(r0) // Catch: java.lang.Exception -> Lb
goto Lc
Lb:
r0 = 0
Lc:
if (r0 != 0) goto L12
com.google.android.gms.internal.drive.zzjx r0 = com.google.android.gms.internal.drive.zzjx.zzcg()
L12:
if (r0 != 0) goto L18
com.google.android.gms.internal.drive.zzjx r0 = zzcf()
L18:
return r0
*/
throw new UnsupportedOperationException("Method not decompiled: com.google.android.gms.internal.drive.zzjw.zzcg():com.google.android.gms.internal.drive.zzjx");
}
private static final zzjx zzn(String str) throws Exception {
return (zzjx) zzok.getDeclaredMethod(str, new Class[0]).invoke(null, new Object[0]);
}
}