ArchivedPackageInfo.LauncherActivities Property

Definition

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

public System.Collections.Generic.IList<Android.Content.PM.ArchivedActivityInfo> LauncherActivities { [Android.Runtime.Register("getLauncherActivities", "()Ljava/util/List;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getLauncherActivities", "()Ljava/util/List;", "", ApiSince=35)>]
member this.LauncherActivities : System.Collections.Generic.IList<Android.Content.PM.ArchivedActivityInfo>

Property Value

Attributes

Remarks

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

Java documentation for android.content.pm.ArchivedPackageInfo.getLauncherActivities().

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