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
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. |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2026-07-01 UTC.
[null,null,["Last updated 2026-07-01 UTC."],[],[]]