mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2025-12-13 01:43:24 +00:00
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:
@@ -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: ""
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user