0
0
Fork 0
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:
Yegor Timoshenko 2018-12-14 05:14:54 +03:00 committed by Marvin W
parent aa18e807a3
commit 18a50244ff

View file

@ -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