MediaStore.DeletedFiles


public static final class MediaStore.DeletedFiles
extends Object

java.lang.Object
   ↳ android.provider.MediaStore.DeletedFiles


Media provider table containing records of deleted media items.

Summary

Nested classes

interface MediaStore.DeletedFiles.DeletedFilesColumns

Column definitions for the deleted_files table. 

Public methods

static Uri getContentUri(String volumeName)

Get the content:// style URI for the deleted_files table on the given volume.

Inherited methods

Public methods

getContentUri

Added in version 37.1
Also in S Extensions 23
public static Uri getContentUri (String volumeName)

Get the content:// style URI for the deleted_files table on the given volume.

Parameters
volumeName String: the name of the volume to get the URI for.
This value cannot be null.

Returns
Uri the URI to the deleted files table on the given volume.
This value cannot be null.