今天在调用音乐播放器的时候
Intent intent2 = new Intent(Intent.ACTION_VIEW); intent2.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); intent2.addCategory(Intent.CATEGORY_DEFAULT);Intent intent2 = new Intent(Int