Error when adding songs to MediaStore Playlist (Android Studio)

后端 未结 0 2004
忘掉有多难
忘掉有多难 2020-11-22 06:10

public void addSong(int pos, String title, String artist, String data) {

    pos = pos + songs.size();

    System.out.println(currentplaylistID);

    Uri ur         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题