# SingleInstance

> Mirrors android:public static final int LAUNCH_MODE_SINGLE_INSTANCE.

## Definition

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

```csharp
SingleInstance = 2
```

### Remarks

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