DocumentsContract.Root.ColumnMimeTypes Field

Definition

MIME types supported by this root.

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

Field Value

Attributes

Remarks

MIME types supported by this root. This column is optional, and if null the root is assumed to support all MIME types. Multiple MIME types can be separated by a newline. For example, a root supporting audio might return "audio/*\napplication/x-flac".

Type: STRING

Java documentation for android.provider.DocumentsContract.Root.COLUMN_MIME_TYPES.

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