1 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
2 intent.setType("audio/*");
3 startActivity(Intent.createChooser(intent, "Select music"));

 

posted on 2015-01-27 20:07  Ivan Aldrich  阅读(408)  评论(0编辑  收藏  举报