DeletedFiles
class DeletedFiles
| kotlin.Any | |
| ↳ | android.provider.MediaStore.DeletedFiles |
Media provider table containing records of deleted media items.
Summary
| Nested classes | |
|---|---|
| abstract |
Column definitions for the deleted_files table. |
| Public methods | |
|---|---|
| static Uri |
getContentUri(volumeName: String)Get the content:// style URI for the deleted_files table on the given volume. |
Public methods
getContentUri
static fun getContentUri(volumeName: String): Uri
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. |
| Return | |
|---|---|
Uri |
the URI to the deleted files table on the given volume. This value cannot be null. |