Mirrors the LockTaskMode
enum.
For more information about the attribute, see Android's documentation: LockTaskMode attribute
Null | Attribute is not set and will not appear in the element. |
Normal | Mirrors android:lockTaskMode="normal". |
Never | Mirrors android:lockTaskMode="never". |
IfWhitelisted | Mirrors android:lockTaskMode="if_whitelisted". |
Always | Mirrors android:lockTaskMode="always". |