19 lines
747 B
Java
19 lines
747 B
Java
|
package com.google.android.gms.internal.p002firebaseauthapi;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import com.google.android.gms.common.GoogleApiAvailabilityLight;
|
||
|
import com.google.android.gms.common.GooglePlayServicesUtilLight;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public final class zzxh {
|
||
|
private static Boolean zza;
|
||
|
|
||
|
public static boolean zza(Context context) {
|
||
|
if (zza == null) {
|
||
|
int isGooglePlayServicesAvailable = GoogleApiAvailabilityLight.getInstance().isGooglePlayServicesAvailable(context, GooglePlayServicesUtilLight.GOOGLE_PLAY_SERVICES_VERSION_CODE);
|
||
|
zza = Boolean.valueOf(isGooglePlayServicesAvailable == 0 || isGooglePlayServicesAvailable == 2);
|
||
|
}
|
||
|
return zza.booleanValue();
|
||
|
}
|
||
|
}
|