Mirrors the LaunchMode
enum.
For more information about the attribute, see Android's documentation: LaunchMode attribute
Null | Attribute is not set and will not appear in the element. |
Standard | Mirrors android:launchMode="standard". |
SingleTop | Mirrors android:launchMode="singleTop". |
SingleTask | Mirrors android:launchMode="singleTask". |
SingleInstance | Mirrors android:launchMode="singleInstance". |