Added extra settings for Lollipop devices

Two settings have been added:
- Notification visibility - allows the notification to be made visible on a
secure lock screen
- Color - used to set the color of the notification circle that contains the
icon
This commit is contained in:
Gearóid Moroney
2015-06-03 16:33:09 +01:00
parent f41787afe1
commit cec56db33c
3 changed files with 25 additions and 11 deletions

View File

@@ -65,7 +65,9 @@ exports._defaults = {
text: 'Doing heavy tasks.',
ticker: 'App is running in background',
resume: true,
silent: false
silent: false,
isPublic: false,
color: ""
};