How to play an android notification sound 17:17:00 Posted by Kumanan Notification try { Uri notification = RingtoneManager.getDefaultUri(RingtoneManager.TYPE_NOTIFICATION); Ringtone r = RingtoneManager.getRingtone(getApplicationContext(), notification); r.play(); } catch (Exception e) { e.printStackTrace(); } Email ThisBlogThis!Share to XShare to Facebook