CATEGORY_OPENABLE constant
String
const CATEGORY_OPENABLE
Used to indicate that an intent only wants URIs that can be opened with {@link ContentResolver#openFileDescriptor(Uri, String)}. Openable URIs must support at least the columns defined in {@link OpenableColumns} when queried.
@see #ACTION_GET_CONTENT @see #ACTION_OPEN_DOCUMENT @see #ACTION_CREATE_DOCUMENT
Implementation
static const String CATEGORY_OPENABLE = "android.intent.category.OPENABLE";