LockTaskMode
Mirrors the LockTaskMode enum.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Enum
- Namespace: Unity.Android.Gradle.Manifest
- Assembly: Unity.Android.Gradle
public enum LockTaskMode
Remarks
For more information about the attribute, see Android's documentation: LockTaskMode attribute
Fields
Value | Description |
|---|---|
| Always | Mirrors |
| IfWhitelisted | Mirrors |
| Never | Mirrors |
| Normal | Mirrors |
| Null | Attribute is not set and will not appear in the element. |