Android.Content.Intent.CategoryOpenable Field
Used to indicate that an intent only wants URIs that can be opened with ContentResolver.OpenFileDescriptor(Android.Net.Uri, System.String).

Syntax

[Android.Runtime.Register("CATEGORY_OPENABLE")]
public const string CategoryOpenable

See Also

Intent.ActionGetContent
Intent.ActionOpenDocument
Intent.ActionCreateDocument

Remarks

Used to indicate that an intent only wants URIs that can be opened with ContentResolver.OpenFileDescriptor(Android.Net.Uri, System.String). Openable URIs must support at least the columns defined in Android.Provider.OpenableColumns when queried.

[Android Documentation]

Requirements

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