java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | com.google.android.gms.common.UserRecoverableException | |||
↳ | com.google.android.gms.common.GooglePlayServicesRepairableException |
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(int, android.app.Activity, int)
to provide users with a localized Dialog
that will allow users to install,
update, or otherwise enable Google Play services.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.android.gms.common.UserRecoverableException
| |||||||||||||||||||||||||||||||||
From class
java.lang.Throwable
| |||||||||||||||||||||||||||||||||
From class
java.lang.Object
|