标签:
1 Intent intent = new Intent(Intent.ACTION_GET_CONTENT); 2 intent.setType("audio/*"); 3 startActivity(Intent.createChooser(intent, "Select music"));
通过Intent播放音频
原文地址:http://www.cnblogs.com/ivan-aldrich/p/4253844.html