0

This following code works on any android device (api >= 8) but not on Samsung Galaxy S3 (music player not found).
try {
String name;
try {
name = (String) MediaStore.class.getDeclaredField("INTENT_ACTION_MUSIC_PLAYER").get(null);
} catch(Exception e) {
name = (String)...