public class GooglePlayServicesVerifier
extends java.lang.Object
Constructor and Description |
---|
GooglePlayServicesVerifier(android.app.Activity activity) |
GooglePlayServicesVerifier(android.content.Context context) |
Modifier and Type | Method and Description |
---|---|
boolean |
verify()
Checks the device to make sure it has the Google Play Services APK.
|
public GooglePlayServicesVerifier(android.content.Context context)
public GooglePlayServicesVerifier(android.app.Activity activity)
public boolean verify()
true
if Google Play Services are available, false
otherwise