MediaStore.Files
public static final class MediaStore.Files
extends Object
媒体提供商表格,其中包含媒体存储器中所有文件的索引,包括非媒体文件。 这应该用于使用非媒体文件类型(文本,HTML,PDF等)的应用程序以及需要在单个查询中处理多种媒体文件类型的应用程序。
Summary
Public constructors
MediaStore.Files
MediaStore.Files ()
Public methods
getContentUri
Uri getContentUri (String volumeName)
获取给定卷上文件表的content:// style URI。
Parameters |
volumeName |
String : the name of the volume to get the URI for |
Returns |
Uri |
the URI to the files table on the given volume |
getContentUri
Uri getContentUri (String volumeName,
long rowId)
获取给定卷上files表中单个行的content:// style URI。
Parameters |
volumeName |
String : the name of the volume to get the URI for |
rowId |
long : the file to get the URI for |
Returns |
Uri |
the URI to the files table on the given volume |