LaunchMode

enumeration

Description

Mirrors the LaunchMode enum.

For more information about the attribute, see Android's documentation: LaunchMode attribute

Properties

NullAttribute is not set and will not appear in the element.
StandardMirrors android:launchMode="standard".
SingleTopMirrors android:launchMode="singleTop".
SingleTaskMirrors android:launchMode="singleTask".
SingleInstanceMirrors android:launchMode="singleInstance".

Did you find this page useful? Please give it a rating: