java.lang.Object | |
↳ | android.provider.MediaStore.Files |
Media provider table containing an index of all files in the media storage, including non-media files. This should be used by applications that work with non-media file types (text, HTML, PDF, etc) as well as applications that need to work with multiple media file types in a single query.
Nested Classes | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
MediaStore.Files.FileColumns | Fields for master table for all media files. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Get the content:// style URI for a single row in the files table on the
given volume.
|
||||||||||
|
Get the content:// style URI for the files table on the
given volume.
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Get the content:// style URI for a single row in the files table on the given volume.
volumeName | the name of the volume to get the URI for |
---|---|
rowId | the file to get the URI for |
Get the content:// style URI for the files table on the given volume.
volumeName | the name of the volume to get the URI for |
---|