android.provider.MediaStore.Images.ImageColumns |
Known Indirect Subclasses |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | BUCKET_DISPLAY_NAME | The bucket display name of the image. | |||||||||
String | BUCKET_ID | The bucket id of the image. | |||||||||
String | DATE_TAKEN | The date & time that the image was taken in units of milliseconds since jan 1, 1970. | |||||||||
String | DESCRIPTION | The description of the image
Type: TEXT |
|||||||||
String | IS_PRIVATE | Whether the video should be published as public or private
Type: INTEGER |
|||||||||
String | LATITUDE | The latitude where the image was captured. | |||||||||
String | LONGITUDE | The longitude where the image was captured. | |||||||||
String | MINI_THUMB_MAGIC | The mini thumb id. | |||||||||
String | ORIENTATION | The orientation for the image expressed as degrees. | |||||||||
String | PICASA_ID | The picasa id of the image
Type: TEXT |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.provider.BaseColumns
| |||||||||||
From interface
android.provider.MediaStore.MediaColumns
|
The bucket display name of the image. This is a read-only property that is automatically computed from the DATA column.
Type: TEXT
The bucket id of the image. This is a read-only property that is automatically computed from the DATA column.
Type: TEXT
The date & time that the image was taken in units of milliseconds since jan 1, 1970.
Type: INTEGER
The description of the image
Type: TEXT
Whether the video should be published as public or private
Type: INTEGER
The latitude where the image was captured.
Type: DOUBLE
The longitude where the image was captured.
Type: DOUBLE
The mini thumb id.
Type: INTEGER
The orientation for the image expressed as degrees. Only degrees 0, 90, 180, 270 will work.
Type: INTEGER
The picasa id of the image
Type: TEXT