Browse Source

Set default for icon: to res://icon

Sebastián Katzer 10 years ago
parent
commit
7f499ce5e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      www/local-notification.js

+ 1 - 1
www/local-notification.js

@@ -618,7 +618,7 @@ exports.applyPlatformSpecificOptions = function () {
 
     switch (device.platform) {
     case 'Android':
-        defaults.icon      = 'res://ic_popup_reminder';
+        defaults.icon      = 'res://icon';
         defaults.smallIcon = 'res://ic_popup_reminder';
         defaults.ongoing   = false;
         defaults.led       = 'FFFFFF';