mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2025-12-13 01:43:24 +00:00
Merge pull request #94 from Menardi/Android-Improvements
Android improvements
This commit is contained in:
@@ -62,7 +62,10 @@ exports._defaults = {
|
||||
text: 'Doing heavy tasks.',
|
||||
ticker: 'App is running in background',
|
||||
resume: true,
|
||||
silent: false
|
||||
silent: false,
|
||||
isPublic: false,
|
||||
color: "",
|
||||
icon: "icon"
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user