Custom sound for Push Notification

Hello All,

Anyone here tried to place custom sound for push notification? I’ve placed my file inside project and android folder. Also config.xml :


Server code:
{
“registration_ids”: [“my device id”],
“data”: { // note: the payload is in data, not notification
“title”: “Sound Test”,
“message”: “test msg”,
“soundname”: “tone”
}
}

Any help will be highly appreciated.
Thanks