Intent.CategoryOpenable Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.