# SingleInstancePerTask

> Mirrors android:public static final int LAUNCH_MODE_SINGLE_INSTANCE_PER_TASK.

## Definition

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

```csharp
SingleInstancePerTask = 4
```

### Remarks

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