Android Studio – How to delete music files with their path android 11 – java
So I have a music player app. In which I want the user should be able to delete the music files which are not created by my app. I have the file path and I tried Using File.delete() but it…