mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-25 04:35:13 +00:00
Add SERVICE_MISSING_PERMISSION to ConnectionResult
This commit is contained in:
parent
aa18e807a3
commit
18a50244ff
1 changed files with 5 additions and 0 deletions
|
@ -116,6 +116,11 @@ public class ConnectionResult {
|
||||||
*/
|
*/
|
||||||
public static final int API_UNAVAILABLE = 16;
|
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
|
* 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
|
* mounted. This error is recoverable if the user installs external storage (if none is
|
||||||
|
|
Loading…
Reference in a new issue