Release v0.7.1

This commit is contained in:
Sebastián Katzer
2017-01-30 12:08:53 +01:00
parent 4cd3302853
commit 974d6c4e2a
4 changed files with 5 additions and 5 deletions

View File

@@ -128,8 +128,8 @@ The title, text and icon for that notification can be customized as below. Also,
```javascript
cordova.plugins.backgroundMode.setDefaults({
title: String,
text: String,
title: String,
text: String,
icon: 'icon' // this will look for icon.png in platforms/android/res/drawable|mipmap
color: String // hex format like 'F14F4D'
resume: Boolean,