See Also: LauncherApps Members
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.