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,57 @@
package com.google.android.gms.internal.ads;
import android.os.Handler;
import android.webkit.WebView;
import java.util.Iterator;
import java.util.Map;
import java.util.concurrent.TimeUnit;
import org.json.JSONObject;
/* loaded from: classes3.dex */
public final class zzfme extends zzfma {
private WebView zza;
private Long zzb;
private final Map zzc;
public zzfme(String str, Map map, String str2) {
super(str);
this.zzb = null;
this.zzc = map;
}
@Override // com.google.android.gms.internal.ads.zzfma
public final void zzc() {
super.zzc();
new Handler().postDelayed(new zzfmd(this), Math.max(4000 - (this.zzb == null ? 4000L : TimeUnit.MILLISECONDS.convert(System.nanoTime() - this.zzb.longValue(), TimeUnit.NANOSECONDS)), 2000L));
this.zza = null;
}
@Override // com.google.android.gms.internal.ads.zzfma
public final void zzi(zzfkt zzfktVar, zzfkr zzfkrVar) {
JSONObject jSONObject = new JSONObject();
Map zzi = zzfkrVar.zzi();
Iterator it = zzi.keySet().iterator();
if (it.hasNext()) {
throw null;
}
zzj(zzfktVar, zzfkrVar, jSONObject);
}
@Override // com.google.android.gms.internal.ads.zzfma
public final void zzo() {
WebView webView = new WebView(zzflp.zzb().zza());
this.zza = webView;
webView.getSettings().setJavaScriptEnabled(true);
this.zza.getSettings().setAllowContentAccess(false);
this.zza.getSettings().setAllowFileAccess(false);
this.zza.setWebViewClient(new zzfmc(this));
zzn(this.zza);
zzflr.zzk(this.zza, null);
Iterator it = this.zzc.keySet().iterator();
if (!it.hasNext()) {
this.zzb = Long.valueOf(System.nanoTime());
} else {
throw null;
}
}
}