JS interface to customize the notification on Android

This commit is contained in:
Sebastián Katzer
2014-11-04 14:48:14 +00:00
parent 96ae5df2ca
commit 439330a1d4
4 changed files with 98 additions and 29 deletions

View File

@@ -21,6 +21,7 @@
<!-- js -->
<js-module src="www/background-mode.js" name="BackgroundMode">
<clobbers target="cordova.plugins.backgroundMode" />
<clobbers target="plugin.backgroundMode" />
</js-module>