Код: Выделить всё
Uri notification = RingtoneManager.getDefaultUri(RingtoneManager.TYPE_NOTIFICATION);
Ringtone r = RingtoneManager.getRingtone(getApplicationContext(), notification);
r.play();
Подробнее здесь: https://stackoverflow.com/questions/274 ... inite-loop