I copied the mp3 (kalimba.mp3) file into the raw folder in the res folder. But when the notification is triggered it produces the default sound.
raw
res
Try this:
Uri sound = Uri.parse("android.resource://" + context.getPackageName() + "/raw/notifysnd); notification.setSound(sound);