android.provider.MediaStore.MediaColumns | BaseColumns |
Value | ||||
---|---|---|---|---|
String | DATA | The data stream for the file
Type: DATA STREAM |
"_data" | |
String | DATE_ADDED | The time the file was added to the media provider Units are seconds since 1970. | "date_added" | |
String | DATE_MODIFIED | The time the file was last modified Units are seconds since 1970. | "date_modified" | |
String | DISPLAY_NAME | The display name of the file
Type: TEXT |
"_display_name" | |
String | MIME_TYPE | The MIME type of the file
Type: TEXT |
"mime_type" | |
String | SIZE | The size of the file in bytes
Type: INTEGER (long) |
"_size" | |
String | TITLE | The title of the content
Type: TEXT |
"title" |
Type: DATA STREAM
Type: INTEGER (long)
Type: INTEGER (long)
Type: TEXT
Type: TEXT
Type: INTEGER (long)
Type: TEXT
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |