Intent.ExtraAutoLaunchSingleChoice Field

Definition

Used as a boolean extra field in #ACTION_CHOOSER intents to specify whether to show the chooser or not when there is only one application available to choose from.

[Android.Runtime.Register("EXTRA_AUTO_LAUNCH_SINGLE_CHOICE", ApiSince=29)]
public const string ExtraAutoLaunchSingleChoice;
[<Android.Runtime.Register("EXTRA_AUTO_LAUNCH_SINGLE_CHOICE", ApiSince=29)>]
val mutable ExtraAutoLaunchSingleChoice : string

Field Value

Implements

Attributes

Remarks

Used as a boolean extra field in #ACTION_CHOOSER intents to specify whether to show the chooser or not when there is only one application available to choose from.

Java documentation for android.content.Intent.EXTRA_AUTO_LAUNCH_SINGLE_CHOICE.

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