Intent.CategoryOpenable Field

Definition

Used to indicate that an intent only wants URIs that can be opened with ContentResolver#openFileDescriptor(Uri, String).

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

Field Value

Implements

Attributes

Remarks

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

Java documentation for android.content.Intent.CATEGORY_OPENABLE.

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