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