isGooglePlayServicesAvailable

Verifies that Google Play services dependency is available and the Google Play services version required for the application is installed and enabled on the device.

This method is a wrapper around isGooglePlayServicesAvailable but with an additional check if the dependency is also available.

Return

MISSING_PLAY_SERVICE_DEPENDENCY if Google Play services dependency is missing, or the errorCode returned by isGooglePlayServicesAvailable

Parameters

context

The application context.