# Legacy

> Single layer icons primarily used by devices running Android 7.0 (API level 24) or below.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor.Android](/engine/6000.5/script-reference/unityeditor/android.md)
* **Assembly:** UnityEditor.Android.Extensions

> **Warning:**
>
> **Deprecated.** AndroidPlatformIconKind.Legacy is deprecated. Please use Android.AndroidPlatformIconKind.Adaptive instead.

```csharp
public static readonly PlatformIconKind Legacy
```

### Remarks

**Note**: `AndroidPlatformIconKind.Legacy` is deprecated and will be removed in a future version of Unity. Use [AndroidPlatformIconKind.Adaptive](/engine/6000.5/script-reference/unityeditor/android/androidplatformiconkind/adaptive.md) instead.
