Files
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

56 lines
1.9 KiB
Java

package com.google.android.gms.internal.ads;
import android.text.TextUtils;
import androidx.annotation.Nullable;
import com.google.android.gms.ads.identifier.AdvertisingIdClient;
import org.json.JSONException;
import org.json.JSONObject;
/* loaded from: classes3.dex */
public final class zzeus implements zzetq {
@Nullable
private final AdvertisingIdClient.Info zza;
@Nullable
private final String zzb;
private final zzfra zzc;
public zzeus(@Nullable AdvertisingIdClient.Info info, @Nullable String str, zzfra zzfraVar) {
this.zza = info;
this.zzb = str;
this.zzc = zzfraVar;
}
@Override // com.google.android.gms.internal.ads.zzetq
public final /* synthetic */ void zza(Object obj) {
}
@Override // com.google.android.gms.internal.ads.zzetq
public final /* bridge */ /* synthetic */ void zzb(Object obj) {
try {
JSONObject zzg = com.google.android.gms.ads.internal.util.zzbs.zzg((JSONObject) obj, "pii");
AdvertisingIdClient.Info info = this.zza;
if (info == null || TextUtils.isEmpty(info.getId())) {
String str = this.zzb;
if (str != null) {
zzg.put("pdid", str);
zzg.put("pdidtype", "ssaid");
return;
}
return;
}
zzg.put("rdid", this.zza.getId());
zzg.put("is_lat", this.zza.isLimitAdTrackingEnabled());
zzg.put("idtype", "adid");
zzfra zzfraVar = this.zzc;
if (zzfraVar.zzc()) {
zzg.put("paidv1_id_android_3p", zzfraVar.zzb());
zzg.put("paidv1_creation_time_android_3p", this.zzc.zza());
}
} catch (JSONException e) {
com.google.android.gms.ads.internal.util.zze.zzb("Failed putting Ad ID.", e);
}
}
}