Anyone knows how to change notification sound by code in android. I have managed to set the default ringtone, but cant find a way to set the notification tone...
I w
This might be helpful
notification.sound = Uri.parse("android.resource://com.packagename.org/raw/alert");