public enum InstallLocation

  1. Object
  2. Enum<InstallLocation>
  3. 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

DEFAULTSay 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

DEFAULT
Say nothing, and let the build server apply its own default.

AUTO

AUTO

INTERNAL_ONLY

INTERNAL_ONLY

PREFER_EXTERNAL

PREFER_EXTERNAL

Method details

values

public static InstallLocation[] values()

valueOf

public static InstallLocation valueOf(String name)