Intent.ExtraInitialIntents Field

Definition

A Parcelable[] of Intent or android.content.pm.LabeledIntent objects as set with #putExtra(String, Parcelable[]) to place at the front of the list of choices, when shown to the user with an #ACTION_CHOOSER.

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

Field Value

Implements

Attributes

Remarks

A Parcelable[] of Intent or android.content.pm.LabeledIntent objects as set with #putExtra(String, Parcelable[]) to place at the front of the list of choices, when shown to the user with an #ACTION_CHOOSER. You can choose up to two additional activities to show before the app suggestions (the limit of two additional activities starts in Android 10).

Java documentation for android.content.Intent.EXTRA_INITIAL_INTENTS.

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