In order to make your notification play a custom notification sound when it is shown, follow the steps below:
- Move your sound file into the "/res/raw" directory of your app (You might need to create the "raw" folder & it is best to use a .mp3 or .wav file)
- Use the code below to set your notification sound up:
And that's it!