GooglePlayServicesRepairableExceptions are special instances of UserRecoverableException
s
which are thrown when Google Play Services is not installed, up-to-date, or enabled. In these
cases, client code can use
getConnectionStatusCode()
in conjunction with
getErrorDialog(android.app.Activity, int, int)
to provide users with a localized
Dialog
that will allow users to install, update, or otherwise enable Google Play services.
Public Method Summary
int |