Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
package com.google.android.gms.common.internal;
|
||||
|
||||
/* JADX INFO: compiled from: com.google.android.gms:play-services-basement@@18.3.0 */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
public final class RootTelemetryConfigManager {
|
||||
private static RootTelemetryConfigManager zza;
|
||||
private static final RootTelemetryConfiguration zzb = new RootTelemetryConfiguration(0, false, false, 0, 0);
|
||||
private RootTelemetryConfiguration zzc;
|
||||
|
||||
private RootTelemetryConfigManager() {
|
||||
}
|
||||
|
||||
public static synchronized RootTelemetryConfigManager getInstance() {
|
||||
if (zza == null) {
|
||||
zza = new RootTelemetryConfigManager();
|
||||
}
|
||||
return zza;
|
||||
}
|
||||
|
||||
public RootTelemetryConfiguration getConfig() {
|
||||
return this.zzc;
|
||||
}
|
||||
|
||||
public final synchronized void zza(RootTelemetryConfiguration rootTelemetryConfiguration) {
|
||||
if (rootTelemetryConfiguration == null) {
|
||||
this.zzc = zzb;
|
||||
return;
|
||||
}
|
||||
RootTelemetryConfiguration rootTelemetryConfiguration2 = this.zzc;
|
||||
if (rootTelemetryConfiguration2 == null || rootTelemetryConfiguration2.getVersion() < rootTelemetryConfiguration.getVersion()) {
|
||||
this.zzc = rootTelemetryConfiguration;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user