Release v0.4.1
This commit is contained in:
parent
665aa2d685
commit
859bb58b5c
@ -3,7 +3,7 @@
|
|||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="de.appplant.cordova.plugin.background-mode"
|
id="de.appplant.cordova.plugin.background-mode"
|
||||||
version="0.4.1dev">
|
version="0.4.1">
|
||||||
|
|
||||||
<name>BackgroundMode</name>
|
<name>BackgroundMode</name>
|
||||||
|
|
||||||
|
@ -1,11 +1,23 @@
|
|||||||
/**
|
/*
|
||||||
* background-mode.js
|
Copyright 2013-2014 appPlant UG
|
||||||
* Cordova Background-Mode Plugin
|
|
||||||
*
|
Licensed to the Apache Software Foundation (ASF) under one
|
||||||
* Created by Sebastian Katzer (github.com/katzer) on 09/10/2013.
|
or more contributor license agreements. See the NOTICE file
|
||||||
* Copyright 2013 Sebastian Katzer. All rights reserved.
|
distributed with this work for additional information
|
||||||
* GPL v2 licensed
|
regarding copyright ownership. The ASF licenses this file
|
||||||
*/
|
to you under the Apache License, Version 2.0 (the
|
||||||
|
"License"); you may not use this file except in compliance
|
||||||
|
with the License. You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing,
|
||||||
|
software distributed under the License is distributed on an
|
||||||
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||||
|
KIND, either express or implied. See the License for the
|
||||||
|
specific language governing permissions and limitations
|
||||||
|
under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
var BackgroundMode = function () {
|
var BackgroundMode = function () {
|
||||||
// Registriert die Listener für die (sleep/resume) Events
|
// Registriert die Listener für die (sleep/resume) Events
|
||||||
|
Loading…
Reference in New Issue
Block a user