Android.Content.Intent.ActionCreateShortcut Field
Activity Action: Creates a shortcut.

Syntax

[Android.Runtime.Register("ACTION_CREATE_SHORTCUT")]
public const string ActionCreateShortcut

See Also

Intent.ExtraShortcutIntent
Intent.ExtraShortcutName
Intent.ExtraShortcutIcon
Intent.ExtraShortcutIconResource

Remarks

Activity Action: Creates a shortcut.

Input: Nothing.

Output: An Intent representing the shortcut. The intent must contain three extras: SHORTCUT_INTENT (value: Intent), SHORTCUT_NAME (value: String), and SHORTCUT_ICON (value: Bitmap) or SHORTCUT_ICON_RESOURCE (value: ShortcutIconResource).

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1