How to change notification sound by code in android?

android, notifications

Solution

You can control this on a per-`Notification` basis via the sound field on `Notification`. Note that I haven't tried this personally, but it's what the docs say.

Problem

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 would be thankful for any response, as code example, psudo code or just name of a which part of the sdk i need to use...

Original source