diff options
| -rw-r--r-- | www/js/EventServer.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/js/EventServer.js b/www/js/EventServer.js index 77922f0e..ab0e593e 100644 --- a/www/js/EventServer.js +++ b/www/js/EventServer.js @@ -331,7 +331,9 @@ angular.module('zmApp.controllers') ZMDataModel.zmLog ("Setting up push registration"); var push = PushNotification.init( { "android": - {"senderID":zm.gcmSenderId} + {"senderID":zm.gcmSenderId, + "icon":"ic_stat_notification" + } }, { "ios": |
