| android.provider.MediaStore.Files.FileColumns | 
Fields for master table for all media files. Table also contains MediaColumns._ID, DATA, SIZE and DATE_MODIFIED.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | MEDIA_TYPE | The media type (audio, video, image or playlist)
 of the file, or 0 for not a media file Type: TEXT | |||||||||
| int | MEDIA_TYPE_AUDIO | Constant for the MEDIA_TYPEcolumn indicating that file is an audio file. | |||||||||
| int | MEDIA_TYPE_IMAGE | Constant for the MEDIA_TYPEcolumn indicating that file is an image file. | |||||||||
| int | MEDIA_TYPE_NONE | Constant for the MEDIA_TYPEcolumn indicating that file
 is not an audio, image, video or playlist file. | |||||||||
| int | MEDIA_TYPE_PLAYLIST | Constant for the MEDIA_TYPEcolumn indicating that file is a playlist file. | |||||||||
| int | MEDIA_TYPE_VIDEO | Constant for the MEDIA_TYPEcolumn indicating that file is a video file. | |||||||||
| String | MIME_TYPE | The MIME type of the file Type: TEXT | |||||||||
| String | PARENT | The index of the parent directory of the file Type: INTEGER | |||||||||
| String | TITLE | The title of the content Type: TEXT | |||||||||
| [Expand] Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From interface
android.provider.BaseColumns | |||||||||||
|  From interface
android.provider.MediaStore.MediaColumns | |||||||||||
The media type (audio, video, image or playlist) of the file, or 0 for not a media file
Type: TEXT
Constant for the MEDIA_TYPE column indicating that file is an audio file.
Constant for the MEDIA_TYPE column indicating that file is an image file.
Constant for the MEDIA_TYPE column indicating that file
 is not an audio, image, video or playlist file.
Constant for the MEDIA_TYPE column indicating that file is a playlist file.
Constant for the MEDIA_TYPE column indicating that file is a video file.
The MIME type of the file
Type: TEXT
The index of the parent directory of the file
Type: INTEGER
The title of the content
Type: TEXT