Android.Provider.LiveFolders.ActionCreateLiveFolder Field
Activity Action: Creates a live folder.

Syntax

[Android.Runtime.Register("ACTION_CREATE_LIVE_FOLDER")]
public const string ActionCreateLiveFolder

See Also

LiveFolders.ExtraLiveFolderName
LiveFolders.ExtraLiveFolderIcon
LiveFolders.ExtraLiveFolderDisplayMode
LiveFolders.ExtraLiveFolderBaseIntent

Remarks

Activity Action: Creates a live folder.

Input: Nothing.

Output: An Intent representing the live folder. The intent must contain four extras: EXTRA_LIVE_FOLDER_NAME (value: String), EXTRA_LIVE_FOLDER_ICON (value: ShortcutIconResource), EXTRA_LIVE_FOLDER_URI (value: String) and EXTRA_LIVE_FOLDER_DISPLAY_MODE (value: int). The Intent can optionnally contain EXTRA_LIVE_FOLDER_BASE_INTENT (value: Intent).

[Android Documentation]

Requirements

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