Android.Content.PM.LauncherApps Members

The members of Android.Content.PM.LauncherApps are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

GetActivityList(string, Android.OS.UserHandle) : IList<LauncherActivityInfo>
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) : bool
Checks if the activity exists and it enabled for a profile.
IsPackageEnabled(string, Android.OS.UserHandle) : bool
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) : LauncherActivityInfo
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.