Commit bffc9d28 by Sebastián Katzer

Update README.md

parent 4fe86568
......@@ -161,7 +161,7 @@ The sound must be a absolute or relative Uri pointing to the sound file. The def
/**
* Plays the `beep.mp3` sound if the notification pop's up
*/
window.plugin.notification.local.add({ sound: "android.resource://" + package_name + "/raw/beep" });
window.plugin.notification.local.add({ sound: 'android.resource://' + package_name + '/raw/beep' });
/**
* Plays the `RingtoneManager.TYPE_ALARM` sound
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment