Unity - Scripting API: AndroidPreferredInstallLocation
enumeration
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Description
Options for preferred storage location for the application installation on Android devices.
These options indicate whether the application should be installed on an internal or external storage of the Android device. You can pass a value from this enum to PlayerSettings.Android.preferredInstallLocation.
Properties
| Property | Description |
|---|---|
| Auto | The Android OS determines the install location. The application doesn't have any preferences. |
| PreferExternal | Prefers application installation on external storage, if available. |
| ForceInternal | Forces the application to install into internal memory. |