| java.lang.Object | |
| ↳ | android.provider.MediaStore.Images.Thumbnails |
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DATA | The data stream for the thumbnail
Type: DATA STREAM |
|||||||||
| String | DEFAULT_SORT_ORDER | The default sort order for this table | |||||||||
| Uri | EXTERNAL_CONTENT_URI | The content:// style URI for the "primary" external storage volume. | |||||||||
| int | FULL_SCREEN_KIND | ||||||||||
| String | HEIGHT | The height of the thumbnail
Type: INTEGER (long) |
|||||||||
| String | IMAGE_ID | The original image for the thumbnal
Type: INTEGER (ID from Images table) |
|||||||||
| Uri | INTERNAL_CONTENT_URI | The content:// style URI for the internal storage. | |||||||||
| String | KIND | The kind of the thumbnail
Type: INTEGER (One of the values below) |
|||||||||
| int | MICRO_KIND | ||||||||||
| int | MINI_KIND | ||||||||||
| String | WIDTH | The width of the thumbnal
Type: INTEGER (long) |
|||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.provider.BaseColumns
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the content:// style URI for the image media table on the
given volume.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
| |||||||||||
The data stream for the thumbnail
Type: DATA STREAM
The default sort order for this table
The content:// style URI for the "primary" external storage volume.
The height of the thumbnail
Type: INTEGER (long)
The original image for the thumbnal
Type: INTEGER (ID from Images table)
The content:// style URI for the internal storage.
The kind of the thumbnail
Type: INTEGER (One of the values below)
The width of the thumbnal
Type: INTEGER (long)
Get the content:// style URI for the image media table on the given volume.
| volumeName | the name of the volume to get the URI for |
|---|