Android notification setSound is not working
问题 In my hybrid Cordova Android app targeting API 23+ I want to use a custom sound for notifications. To that end I have done the following In plugin.xml file for the single custom plugin I use in the app I declare <resource-file src="src/android/res/unysound.mp3" target="res/raw/mysound.mp3" />' . Opening the APK as a zip archive I see that the mp3 file has in fact ended up in `res/raw/mysound.mp3'. - When building the notification I do the following Notification notification = new Notification