# DocumentLaunchMode

> Mirrors the DocumentLaunchMode enum.

## Definition

* **Type:** Enum
* **Namespace:** [Unity.Android.Gradle.Manifest](/engine/6000.7/script-reference/unity/android/gradle/manifest.md)
* **Assembly:** Unity.Android.Gradle

```csharp
public enum DocumentLaunchMode
```

## Remarks

For more information about the attribute, see Android's documentation: [DocumentLaunchMode attribute](https://developer.android.com/guide/topics/manifest/activity-element#dlmode)

## Fields

| Value                                                                                                            | Description                                              |
| ---------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- |
| [Always](/engine/6000.7/script-reference/unity/android/gradle/manifest/documentlaunchmode/always.md)             | Mirrors `android:documentLaunchMode="always"`.           |
| [IntoExisting](/engine/6000.7/script-reference/unity/android/gradle/manifest/documentlaunchmode/intoexisting.md) | Mirrors `android:documentLaunchMode="intoExisting"`.     |
| [Never](/engine/6000.7/script-reference/unity/android/gradle/manifest/documentlaunchmode/never.md)               | Mirrors `android:documentLaunchMode="never"`.            |
| [None](/engine/6000.7/script-reference/unity/android/gradle/manifest/documentlaunchmode/none.md)                 | Mirrors `android:documentLaunchMode="none"`.             |
| [Null](/engine/6000.7/script-reference/unity/android/gradle/manifest/documentlaunchmode/null.md)                 | Attribute is not set and will not appear in the element. |
