LiveFolders.IconResource Field

Definition

Caution

deprecated

Content provider column.

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

Field Value

Attributes

Remarks

Content provider column.

Resource name of the live folder item. This value can be obtained easily using android.content.Intent.ShortcutIconResource#fromContext(android.content.Context, int).

Optional.

Type: String.

Java documentation for android.provider.LiveFolders.ICON_RESOURCE.

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