Intent.CategorySelectedAlternative Field

Definition

Set if the activity should be considered as an alternative selection action to the data the user has currently selected.

[Android.Runtime.Register("CATEGORY_SELECTED_ALTERNATIVE")]
public const string CategorySelectedAlternative;
[<Android.Runtime.Register("CATEGORY_SELECTED_ALTERNATIVE")>]
val mutable CategorySelectedAlternative : string

Field Value

Implements

Attributes

Remarks

Set if the activity should be considered as an alternative selection action to the data the user has currently selected. This is like #CATEGORY_ALTERNATIVE, but is used in activities showing a list of items from which the user can select, giving them alternatives to the default action that will be performed on it.

Java documentation for android.content.Intent.CATEGORY_SELECTED_ALTERNATIVE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to