MediaStore.Images.ImageColumns

public static interface MediaStore.Images.ImageColumns
implements MediaStore.MediaColumns

android.provider.MediaStore.Images.ImageColumns


Image metadata columns.

Summary

Constants

String DESCRIPTION

Indexed value of ExifInterface#TAG_IMAGE_DESCRIPTION extracted from this media item.

String EXPOSURE_TIME

Indexed value of ExifInterface#TAG_EXPOSURE_TIME extracted from this media item.

String F_NUMBER

Indexed value of ExifInterface#TAG_F_NUMBER extracted from this media item.

String ISO

Indexed value of ExifInterface#TAG_ISO_SPEED_RATINGS extracted from this media item.

String IS_PRIVATE

Whether the image should be published as public or private
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object.

String LATITUDE

This constant was deprecated in API level 29. location details are no longer indexed for privacy reasons, and this value is now always null. You can still manually obtain location metadata using ExifInterface#getLatLong(float[]).

String LONGITUDE

This constant was deprecated in API level 29. location details are no longer indexed for privacy reasons, and this value is now always null. You can still manually obtain location metadata using ExifInterface#getLatLong(float[]).

String MINI_THUMB_MAGIC

This constant was deprecated in API level 29. all thumbnails should be obtained via MediaStore.Images.Thumbnails#getThumbnail, as this value is no longer supported.

String PICASA_ID

This constant was deprecated in API level 29. this value was only relevant for images hosted on Picasa, which are no longer supported.

String SCENE_CAPTURE_TYPE

Indexed value of ExifInterface#TAG_SCENE_CAPTURE_TYPE extracted from this media item.

Inherited constants

Constants

DESCRIPTION

Added in API level 1
public static final String DESCRIPTION

Indexed value of ExifInterface#TAG_IMAGE_DESCRIPTION extracted from this media item.
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: "description"

EXPOSURE_TIME

Added in API level 30
public static final String EXPOSURE_TIME

Indexed value of ExifInterface#TAG_EXPOSURE_TIME extracted from this media item.
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: "exposure_time"

F_NUMBER

Added in API level 30
public static final String F_NUMBER

Indexed value of ExifInterface#TAG_F_NUMBER extracted from this media item.
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: "f_number"

ISO

Added in API level 30
public static final String ISO

Indexed value of ExifInterface#TAG_ISO_SPEED_RATINGS extracted from this media item.
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: "iso"

IS_PRIVATE

Added in API level 1
public static final String IS_PRIVATE

Whether the image should be published as public or private
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 .

Constant Value: "isprivate"

LATITUDE

Added in API level 1
Deprecated in API level 29
public static final String LATITUDE

This constant was deprecated in API level 29.
location details are no longer indexed for privacy reasons, and this value is now always null. You can still manually obtain location metadata using ExifInterface#getLatLong(float[]).

The latitude where the image was captured.
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_FLOAT , and are read-only and cannot be mutated.

Constant Value: "latitude"

LONGITUDE

Added in API level 1
Deprecated in API level 29
public static final String LONGITUDE

This constant was deprecated in API level 29.
location details are no longer indexed for privacy reasons, and this value is now always null. You can still manually obtain location metadata using ExifInterface#getLatLong(float[]).

The longitude where the image was captured.
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_FLOAT , and are read-only and cannot be mutated.

Constant Value: "longitude"

MINI_THUMB_MAGIC

Added in API level 1
Deprecated in API level 29
public static final String MINI_THUMB_MAGIC

This constant was deprecated in API level 29.
all thumbnails should be obtained via MediaStore.Images.Thumbnails#getThumbnail, as this value is no longer supported.

The mini thumb id.
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 .

Constant Value: "mini_thumb_magic"

PICASA_ID

Added in API level 1
Deprecated in API level 29
public static final String PICASA_ID

This constant was deprecated in API level 29.
this value was only relevant for images hosted on Picasa, which are no longer supported.

The picasa id of the image
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 .

Constant Value: "picasa_id"

SCENE_CAPTURE_TYPE

Added in API level 30
public static final String SCENE_CAPTURE_TYPE

Indexed value of ExifInterface#TAG_SCENE_CAPTURE_TYPE extracted from this media item.
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: "scene_capture_type"