- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
52 lines
2.0 KiB
Java
52 lines
2.0 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.webkit.WebResourceResponse;
|
|
import android.webkit.WebView;
|
|
import androidx.annotation.Nullable;
|
|
import com.vungle.ads.internal.Constants;
|
|
import java.io.File;
|
|
import java.util.Collections;
|
|
import java.util.Map;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class zzcgf extends zzcff {
|
|
public zzcgf(zzcex zzcexVar, zzbbj zzbbjVar, boolean z, @Nullable zzebv zzebvVar) {
|
|
super(zzcexVar, zzbbjVar, z, new zzbsh(zzcexVar, zzcexVar.zzE(), new zzbbt(zzcexVar.getContext())), null, zzebvVar);
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
@Nullable
|
|
public final WebResourceResponse zzW(WebView webView, String str, @Nullable Map map) {
|
|
String str2;
|
|
if (!(webView instanceof zzcex)) {
|
|
com.google.android.gms.ads.internal.util.client.zzo.zzj("Tried to intercept request from a WebView that wasn't an AdWebView.");
|
|
return null;
|
|
}
|
|
zzcex zzcexVar = (zzcex) webView;
|
|
zzbxu zzbxuVar = this.zza;
|
|
if (zzbxuVar != null) {
|
|
zzbxuVar.zzd(str, map, 1);
|
|
}
|
|
zzfpu.zza();
|
|
zzfqa zzfqaVar = zzfqa.zza;
|
|
if (!Constants.AD_MRAID_JS_FILE_NAME.equalsIgnoreCase(new File(str).getName())) {
|
|
if (map == null) {
|
|
map = Collections.emptyMap();
|
|
}
|
|
return super.zzc(str, map);
|
|
}
|
|
if (zzcexVar.zzN() != null) {
|
|
zzcexVar.zzN().zzH();
|
|
}
|
|
if (zzcexVar.zzO().zzi()) {
|
|
str2 = (String) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzaa);
|
|
} else if (zzcexVar.zzaF()) {
|
|
str2 = (String) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzZ);
|
|
} else {
|
|
str2 = (String) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzY);
|
|
}
|
|
com.google.android.gms.ads.internal.zzv.zzq();
|
|
return com.google.android.gms.ads.internal.util.zzs.zzy(zzcexVar.getContext(), zzcexVar.zzn().afmaVersion, str2);
|
|
}
|
|
}
|