LauncherApps.GetShortcutConfigActivityIntent(LauncherActivityInfo) Method

Definition

Returns an intent sender which can be used to start the configure activity for creating custom shortcuts.

[Android.Runtime.Register("getShortcutConfigActivityIntent", "(Landroid/content/pm/LauncherActivityInfo;)Landroid/content/IntentSender;", "GetGetShortcutConfigActivityIntent_Landroid_content_pm_LauncherActivityInfo_Handler", ApiSince=26)]
public virtual Android.Content.IntentSender? GetShortcutConfigActivityIntent (Android.Content.PM.LauncherActivityInfo info);
[<Android.Runtime.Register("getShortcutConfigActivityIntent", "(Landroid/content/pm/LauncherActivityInfo;)Landroid/content/IntentSender;", "GetGetShortcutConfigActivityIntent_Landroid_content_pm_LauncherActivityInfo_Handler", ApiSince=26)>]
abstract member GetShortcutConfigActivityIntent : Android.Content.PM.LauncherActivityInfo -> Android.Content.IntentSender
override this.GetShortcutConfigActivityIntent : Android.Content.PM.LauncherActivityInfo -> Android.Content.IntentSender

Parameters

info
LauncherActivityInfo

a configuration activity returned by #getShortcutConfigActivityList

Returns

IntentSender
Attributes

Remarks

Java documentation for android.content.pm.LauncherApps.getShortcutConfigActivityIntent(android.content.pm.LauncherActivityInfo).

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