Android.Content.PM.LauncherApps Class
Class for retrieving a list of launchable activities for the current user and any associated managed profiles.

See Also: LauncherApps Members

Syntax

[Android.Runtime.Register("android/content/pm/LauncherApps", DoNotGenerateAcw=true)]
public class LauncherApps : Java.Lang.Object

Remarks

Class for retrieving a list of launchable activities for the current user and any associated managed profiles. This is mainly for use by launchers. Apps can be queried for each user profile. Since the PackageManager will not deliver package broadcasts for other profiles, you can register for package changes here.

To watch for managed profiles being added or removed, register for the following broadcasts: Android.Content.Intent.ActionManagedProfileAdded and Android.Content.Intent.ActionManagedProfileRemoved.

You can retrieve the list of profiles associated with this user with Android.OS.UserManager.UserProfiles.

[Android Documentation]

Requirements

Namespace: Android.Content.PM
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0