Files
rr3-apk/decompiled-community/sources/com/google/android/gms/measurement/internal/zzng.java
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

30 lines
1.0 KiB
Java

package com.google.android.gms.measurement.internal;
import com.google.android.gms.common.internal.Preconditions;
import java.util.concurrent.Callable;
/* loaded from: classes3.dex */
final class zzng implements Callable<String> {
private final /* synthetic */ zzn zza;
private final /* synthetic */ zznc zzb;
@Override // java.util.concurrent.Callable
public final /* synthetic */ String call() throws Exception {
if (!this.zzb.zzb((String) Preconditions.checkNotNull(this.zza.zza)).zzj() || !zzin.zzb(this.zza.zzt).zzj()) {
this.zzb.zzj().zzp().zza("Analytics storage consent denied. Returning null app instance id");
return null;
}
zzf zza = this.zzb.zza(this.zza);
if (zza != null) {
return zza.zzad();
}
this.zzb.zzj().zzu().zza("App info was null when attempting to get app instance id");
return null;
}
public zzng(zznc zzncVar, zzn zznVar) {
this.zza = zznVar;
this.zzb = zzncVar;
}
}