MediaStore.PickerMediaColumns | API reference | Android Developers
public
static
class
MediaStore.PickerMediaColumns
extends Object
Photo picker metadata columns.
Summary
Constants | |
|---|---|
String |
DATA
This is identical to |
String |
DATE_TAKEN
This is identical to |
String |
DISPLAY_NAME
This is identical to |
String |
DURATION_MILLIS
This is identical to |
String |
HEIGHT
This is identical to |
String |
MIME_TYPE
This is identical to |
String |
ORIENTATION
This is identical to |
String |
SIZE
This is identical to |
String |
WIDTH
This is identical to |
Inherited methods | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
From class
| |||||||||||||||||||||||
Constants
DATA
public static final String DATA
This is identical to MediaColumns.DATA, however, apps should not assume that the
file is always available because the file may be backed by a CloudMediaProvider
fetching content over a network. Therefore, apps must be prepared to handle any
additional file-based I/O errors that could occur as a result of network errors.
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_STRING , and are read-only and cannot be mutated.
Constant Value: "_data"
DATE_TAKEN
public static final String DATE_TAKEN
This is identical to MediaColumns.DATE_TAKEN.
Value is a non-negative timestamp measured as the number of
milliseconds since 1970-01-01T00:00:00Z.
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_INTEGER , and are read-only and cannot be mutated.
Constant Value: "datetaken"