mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2025-12-13 09:53:22 +00:00
Support for multi line text [Fixes #171]
This commit is contained in:
@@ -274,8 +274,9 @@ exports._isActive = false;
|
||||
*/
|
||||
exports._defaults = {
|
||||
title: 'App is running in background',
|
||||
text: 'Doing heavy tasks.',
|
||||
text: "Doing heavy tasks.",
|
||||
ticker: 'Running in background',
|
||||
bigText: true,
|
||||
resume: true,
|
||||
silent: false,
|
||||
color: undefined,
|
||||
|
||||
Reference in New Issue
Block a user