# AndroidPreferredDataLocation

> Preferred data location.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public enum AndroidPreferredDataLocation
```

## Remarks

Additional Resources: [\_preferredDataLocation](/engine/6000.6/script-reference/unityeditor/playersettings/android/preferreddatalocation.md).

## Fields

| Value                                                                                                        | Description                                           |
| ------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------- |
| [ForceInternal](/engine/6000.6/script-reference/unityeditor/androidpreferreddatalocation/forceinternal.md)   | Force the use of the internal storage.                |
| [PreferExternal](/engine/6000.6/script-reference/unityeditor/androidpreferreddatalocation/preferexternal.md) | Prefer external, if possible. Use internal otherwise. |
