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:
Nathan Kerr
2019-02-04 13:57:06 -08:00
parent 167245b0b9
commit 79e8150d3e
3 changed files with 6 additions and 3 deletions

View File

@@ -395,7 +395,8 @@ exports._defaults = {
channelDescription: 'cordova-plugin-background-moden notification',
allowClose: false,
closeIcon: 'power',
closeTitle: 'Close'
closeTitle: 'Close',
showWhen: true
};
/**