public interface OpenableColumns
To find the content type of a URI, use
ContentResolver.getType(android.net.Uri)
.
Intent.CATEGORY_OPENABLE
Modifier and Type | Field and Description |
---|---|
static String |
DISPLAY_NAME
The human-friendly name of file.
|
static String |
SIZE
The number of bytes in the file identified by the openable URI.
|
static final String DISPLAY_NAME
static final String SIZE