The methods of Android.Content.PM.LauncherApps are listed below. For a list of all members, see the LauncherApps Members list.
See Also: Inherited members from Java.Lang.Object
GetActivityList(string, Android.OS.UserHandle)Retrieves a list of launchable activities that match Android.Content.Intent.ActionMain and Android.Content.Intent.CategoryLauncher, for a specified user. | ||
IsActivityEnabled(Android.Content.ComponentName, Android.OS.UserHandle)Checks if the activity exists and it enabled for a profile. | ||
IsPackageEnabled(string, Android.OS.UserHandle)Checks if the package is installed and enabled for a profile. | ||
RegisterCallback(LauncherApps.Callback)Registers a callback for changes to packages in current and managed profiles. | ||
RegisterCallback(LauncherApps.Callback, Android.OS.Handler)Registers a callback for changes to packages in current and managed profiles. | ||
ResolveActivity(Android.Content.Intent, Android.OS.UserHandle)Returns the activity info for a given intent and user handle, if it resolves. | ||
StartAppDetailsActivity(Android.Content.ComponentName, Android.OS.UserHandle, Android.Graphics.Rect, Android.OS.Bundle)Starts the settings activity to show the application details for a package in the specified profile. | ||
StartMainActivity(Android.Content.ComponentName, Android.OS.UserHandle, Android.Graphics.Rect, Android.OS.Bundle)Starts a Main activity in the specified profile. | ||
UnregisterCallback(LauncherApps.Callback)Unregisters a callback that was previously registered. |