public enum InstallLocation
- Object
- Enum<InstallLocation>
- InstallLocation
ImplementsComparable<InstallLocation>
Accepted values of the android.installLocation build hint.
Each constant’s @HintValue carries the string the build actually receives,
which is not always the constant’s own name.
Enum constants
DEFAULT | Say nothing, and let the build server apply its own default. |
AUTO | |
INTERNAL_ONLY | |
PREFER_EXTERNAL |
Methods
public static InstallLocation[] values() | |
public static InstallLocation valueOf(String name) |
Inherited methods
Enum constant details
DEFAULT
DEFAULTSay nothing, and let the build server apply its own default.
AUTO
AUTOINTERNAL_ONLY
INTERNAL_ONLYPREFER_EXTERNAL
PREFER_EXTERNALMethod details
values
public static InstallLocation[] values()valueOf
public static InstallLocation valueOf(String name)