Android.Resource.Attribute.InstallLocation Field
The default install location defined by an application.

Value: 16843447

Syntax

[Android.Runtime.Register("installLocation")]
public const int InstallLocation

Remarks

The default install location defined by an application.
ConstantValueDescription
auto0 Let the system decide ideal install location
internalOnly1 Explicitly request to be installed on internal phone storage only.
preferExternal2 Prefer to be installed on SD card. There is no guarantee that the system will honor this request. The application might end up being installed on internal storage if external media is unavailable or too full.

Must be one of the following constant values.

[Android Documentation]

Requirements

Namespace: Android
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8