- 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
22 lines
768 B
Java
22 lines
768 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import java.io.IOException;
|
|
import java.util.Map;
|
|
|
|
/* loaded from: classes3.dex */
|
|
final class zzbjc implements zzbjp {
|
|
@Override // com.google.android.gms.internal.ads.zzbjp
|
|
public final /* bridge */ /* synthetic */ void zza(Object obj, Map map) {
|
|
zzcex zzcexVar = (zzcex) obj;
|
|
try {
|
|
String str = (String) map.get("enabled");
|
|
if (!zzftt.zzc("true", str) && !zzftt.zzc("false", str)) {
|
|
return;
|
|
}
|
|
zzfrb.zza(zzcexVar.getContext()).zzb(Boolean.parseBoolean(str));
|
|
} catch (IOException e) {
|
|
com.google.android.gms.ads.internal.zzv.zzp().zzw(e, "DefaultGmsgHandlers.SetPaidv2PersonalizationEnabled");
|
|
}
|
|
}
|
|
}
|