forked from Github/cordova-plugin-run-in-background
Option to turn off notification timer
Android notifications have a "how long ago was this notification set" timer. Now there's an option to turn that off (the default is true, so it's shown, matching current behavior).
This commit is contained in:
@@ -395,7 +395,8 @@ exports._defaults = {
|
||||
channelDescription: 'cordova-plugin-background-moden notification',
|
||||
allowClose: false,
|
||||
closeIcon: 'power',
|
||||
closeTitle: 'Close'
|
||||
closeTitle: 'Close',
|
||||
showWhen: true
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user