I’m developing an android app that backup the playlists from my device then restore it so I have to know where is the location of the playlist on the device to get it and backup it.
I’m developing an android app that backup the playlists from my device then restore
Share
I think you have to use
MediaStore.Audio.Playlistsfor getting all details regarding playlist.Find out more details here.