what-the-bank/sources/com/google/android/gms/common/internal/TelemetryLogging.java

18 lines
558 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.gms.common.internal;
import android.content.Context;
/* loaded from: classes.dex */
public class TelemetryLogging {
public static TelemetryLoggingClient getClient(Context context) {
return getClient(context, TelemetryLoggingOptions.zaa);
}
public static TelemetryLoggingClient getClient(Context context, TelemetryLoggingOptions telemetryLoggingOptions) {
return new com.google.android.gms.common.internal.service.zao(context, telemetryLoggingOptions);
}
private TelemetryLogging() {
}
}