Loading play-services-basement/src/main/java/com/google/android/gms/common/ConnectionResult.java +5 −0 Original line number Diff line number Diff line Loading @@ -116,6 +116,11 @@ public class ConnectionResult { */ public static final int API_UNAVAILABLE = 16; /** * Service doesn't have one or more required permissions. */ public static final int SERVICE_MISSING_PERMISSION = 19; /** * The Drive API requires external storage (such as an SD card), but no external storage is * mounted. This error is recoverable if the user installs external storage (if none is Loading Loading
play-services-basement/src/main/java/com/google/android/gms/common/ConnectionResult.java +5 −0 Original line number Diff line number Diff line Loading @@ -116,6 +116,11 @@ public class ConnectionResult { */ public static final int API_UNAVAILABLE = 16; /** * Service doesn't have one or more required permissions. */ public static final int SERVICE_MISSING_PERMISSION = 19; /** * The Drive API requires external storage (such as an SD card), but no external storage is * mounted. This error is recoverable if the user installs external storage (if none is Loading