Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 android 应用程序,它从我的设备备份播放列表然后恢复它,所以我必须知道设备上播放列表的位置在哪里才能获取并备份它。
我认为您必须使用它MediaStore.Audio.Playlists来获取有关播放列表的所有详细信息。
MediaStore.Audio.Playlists
在此处了解更多详细信息。