Created
October 9, 2020 13:42
-
-
Save alvareztech/df4a11dfce2e0727bf4fd66197214e56 to your computer and use it in GitHub Desktop.
Ask about the availability of Google Play Services.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public static boolean isGMSAvailable(Context context) { | |
return GoogleApiAvailability.getInstance().isGooglePlayServicesAvailable(context) == ConnectionResult.SUCCESS; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment