ContentResolver.AnyCursorItemType Field

Definition

This is the Android platform's generic MIME type to match any MIME type of the form "#CURSOR_ITEM_BASE_TYPE/SUB_TYPE".

[Android.Runtime.Register("ANY_CURSOR_ITEM_TYPE")]
public const string AnyCursorItemType;
[<Android.Runtime.Register("ANY_CURSOR_ITEM_TYPE")>]
val mutable AnyCursorItemType : string

Field Value

Attributes

Remarks

This is the Android platform's generic MIME type to match any MIME type of the form "#CURSOR_ITEM_BASE_TYPE/SUB_TYPE". SUB_TYPE is the sub-type of the application-dependent content, e.g., "audio", "video", "playlist".

Java documentation for android.content.ContentResolver.ANY_CURSOR_ITEM_TYPE.

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