Commit 2817a14c by Sebastián Katzer

Update README.md

parent 29ce9a0f
...@@ -132,7 +132,7 @@ window.plugin.notification.local.add({ icon: 'ic_dialog_email' }); ...@@ -132,7 +132,7 @@ window.plugin.notification.local.add({ icon: 'ic_dialog_email' });
``` ```
### Notification sound under Android ### Notification sound under Android
The default sound is `RingtoneManager.TYPE_NOTIFICATION`. But an specific sound can be dinfed through the `sound` property.<br> The default sound is `RingtoneManager.TYPE_NOTIFICATION`. But an specific sound can be defined through the `sound` property.<br>
The sound must be a absolute or relative Uri pointing to the sound file. The sound must be a absolute or relative Uri pointing to the sound file.
```javascript ```javascript
/** /**
......
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