Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.google.android.gms.internal.base;
|
||||
|
||||
import com.google.android.gms.common.Feature;
|
||||
|
||||
/* JADX INFO: compiled from: com.google.android.gms:play-services-base@@18.4.0 */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
public final class zaf {
|
||||
public static final Feature zaa;
|
||||
public static final Feature[] zab;
|
||||
|
||||
static {
|
||||
Feature feature = new Feature("CLIENT_TELEMETRY", 1L);
|
||||
zaa = feature;
|
||||
zab = new Feature[]{feature};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user