cordova-plugin-background-app
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "cordova-plugin-background-app", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "The purpose of this plugin is to enable notifications, alarms, etc to re-start your app and fire callbacks without the app causing any visual cues to the user. In essense, it allows starting an app as an Android service, but does so without the use of an actual service.", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -75,2 +75,6 @@ # Start an App Without Showing the Activity | ||
## 2.0.1 (May 13, 2015) | ||
* Fix `cordova.backgroundapp.resumeType` being `'launch'` when running in background on Android | ||
* Added sample app to git repo | ||
## 2.0.0 (April 29, 2015) | ||
@@ -77,0 +81,0 @@ * Introduced `cordova.backgroundapp.resumeType` and `cordova.backgroundapp.show()` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31031
86
13