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,36 @@
package com.google.android.gms.internal.ads;
import android.content.Context;
import android.opengl.EGL14;
/* loaded from: classes3.dex */
public final class zzdf {
public static void zza(boolean z, String str) throws zzde {
if (!z) {
throw new zzde(str);
}
}
public static boolean zzb(Context context) {
int i = zzei.zza;
if (i < 24) {
return false;
}
if (i < 26 && ("samsung".equals(zzei.zzc) || "XT1650".equals(zzei.zzd))) {
return false;
}
if (i >= 26 || context.getPackageManager().hasSystemFeature("android.hardware.vr.high_performance")) {
return zzd("EGL_EXT_protected_content");
}
return false;
}
public static boolean zzc() {
return zzd("EGL_KHR_surfaceless_context");
}
private static boolean zzd(String str) {
String eglQueryString = EGL14.eglQueryString(EGL14.eglGetDisplay(0), 12373);
return eglQueryString != null && eglQueryString.contains(str);
}
}