Commit f5c49b06 by Sebastián Katzer

The `TYPE_NOTIFICATION` sound should play by default on Android

parent 291b2c22
......@@ -31,8 +31,8 @@ LocalNotification.prototype = {
switch (device.platform) {
case 'Android':
defaults.icon= 'icon';
defaults.sound = null; break;
defaults.icon = 'icon';
defaults.sound = 'TYPE_NOTIFICATION'; break;
case 'iOS':
defaults.sound = ''; break;
case 'WinCE': case 'Win32NT':
......
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