@@ -115,11 +108,41 @@ public class ConnectionResult {
* Using the API on the device should be avoided.
*/
publicstaticfinalintAPI_UNAVAILABLE=16;
/**
* The client attempted to connect to the service but the user is not signed in. An error may have occurred when signing in the user and the error can not
* be recovered with any user interaction. Alternately, the API may have been requested with {@link GoogleApiClient.Builder#addApiIfAvailable(Api, Scope...)}
* and it may be the case that no required APIs needed authentication, so authentication did not occur.
* <p>
* When seeing this error code, there is no resolution for the sign-in failure.
*/
publicstaticfinalintSIGN_IN_FAILED=17;
/**
* Google Play service is currently being updated on this device.
*/
publicstaticfinalintSERVICE_UPDATING=18;
/**
* Service doesn't have one or more required permissions.