Relative Content

Tag Archive for androidvideodelete-fileandroid-external-storageandroid-14

Deleting video files from gallery not working on Android 14

I am trying to make a function that deletes a selected video from a recycler view. After the confirmation in the confirmDeleteDialog I receive “Failed to delete video” , knowing that the same code was working fine in the same device before adding the “READ_MEDIA_VIDEO” and the “READ_MEDIA_VISUAL_USER_SELECTED” permissions in the manifest .
Below is the delete function, the function used to get the videos and the manifest file :