GooglePlayServicesAvailabilityException

public classGooglePlayServicesAvailabilityExceptionextendsUserRecoverableAuthException

GooglePlayServicesAvailabilityExceptions are special instances ofUserRecoverableAuthExceptions which are thrown when the expected Google Play services app is not available for some reason. In these cases client code can use getConnectionStatusCode()in conjunction with GooglePlayServicesUtil.getErrorDialog(int, android.app.Activity, int)to provide users with a localizedDialogthat will allow users to install, update, or otherwise enable Google Play services.

Public Method Summary

int

Inherited Method Summary

Public Methods

public intgetConnectionStatusCode()