# Round

> Introduced in Android 7.1 (API level 25).

## Definition

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

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

```csharp
public static readonly PlatformIconKind Round
```

### Remarks

**Note**: `AndroidPlatformIconKind.Round` 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. To display a round icon for your application on devices running API 26 and later, use [AndroidPlatformIconKind.Adaptive](/engine/6000.5/script-reference/unityeditor/android/androidplatformiconkind/adaptive.md).
