- 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
23 lines
643 B
Java
23 lines
643 B
Java
package com.google.android.gms.internal.measurement;
|
|
|
|
import com.google.common.base.Preconditions;
|
|
import com.google.common.collect.ImmutableMultimap;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzhl {
|
|
private final boolean zza;
|
|
|
|
public zzhl(zzhk zzhkVar) {
|
|
Preconditions.checkNotNull(zzhkVar, "BuildInfo must be non-null");
|
|
this.zza = !zzhkVar.zza();
|
|
}
|
|
|
|
public final boolean zza(String str) {
|
|
Preconditions.checkNotNull(str, "flagName must not be null");
|
|
if (this.zza) {
|
|
return ((ImmutableMultimap) zzhn.zza.get()).containsValue(str);
|
|
}
|
|
return true;
|
|
}
|
|
}
|