Add silent mode for Android

Fixes issue #39 and #48
This commit is contained in:
Sebastián Katzer
2015-01-01 17:24:37 +01:00
parent 0b9854e1bc
commit 270abbff02
4 changed files with 36 additions and 9 deletions

View File

@@ -64,7 +64,8 @@ exports._defaults = {
title: 'App is running in background',
text: 'Doing heavy tasks.',
ticker: 'App is running in background',
resume: true
resume: true,
silent: false
};