ArchivedPackageInfo.SetLauncherActivities Method

Definition

List of the package's activities that specify Intent#ACTION_MAIN and Intent#CATEGORY_LAUNCHER.

[Android.Runtime.Register("setLauncherActivities", "(Ljava/util/List;)Landroid/content/pm/ArchivedPackageInfo;", "", ApiSince=35)]
public Android.Content.PM.ArchivedPackageInfo SetLauncherActivities (System.Collections.Generic.IList<Android.Content.PM.ArchivedActivityInfo> value);
[<Android.Runtime.Register("setLauncherActivities", "(Ljava/util/List;)Landroid/content/pm/ArchivedPackageInfo;", "", ApiSince=35)>]
member this.SetLauncherActivities : System.Collections.Generic.IList<Android.Content.PM.ArchivedActivityInfo> -> Android.Content.PM.ArchivedPackageInfo

Parameters

Returns

Attributes

Remarks

List of the package's activities that specify Intent#ACTION_MAIN and Intent#CATEGORY_LAUNCHER.

Java documentation for android.content.pm.ArchivedPackageInfo.setLauncherActivities(java.util.List<android.content.pm.ArchivedActivityInfo>).

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