LiveFolders.ActionCreateLiveFolder Field

Definition

Caution

deprecated

Activity Action: Creates a live folder.

[Android.Runtime.Register("ACTION_CREATE_LIVE_FOLDER")]
[System.Obsolete("deprecated")]
public const string ActionCreateLiveFolder;
[<Android.Runtime.Register("ACTION_CREATE_LIVE_FOLDER")>]
[<System.Obsolete("deprecated")>]
val mutable ActionCreateLiveFolder : string

Field Value

Attributes

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).

Java documentation for android.provider.LiveFolders.ACTION_CREATE_LIVE_FOLDER.

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

See also