# SingleTop

> Mirrors android:public static final int LAUNCH_MODE_SINGLE_TOP.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine.Android](/engine/6000.7/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
SingleTop = 1
```

### Remarks

For more information, refer to Android's documentation on [LAUNCH\_MODE\_SINGLE\_TOP](https://developer.android.com/reference/android/app/ApplicationStartInfo#LAUNCH_MODE_SINGLE_TOP).
