From 8b0c68770ff01af341710713aeaa57aa8d635fac Mon Sep 17 00:00:00 2001 From: Viras- Date: Sun, 19 Jan 2014 20:04:00 +0100 Subject: [PATCH] updating plugin configuration for Android --- plugin.xml | 4 ++-- src/android/PowerManagement.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugin.xml b/plugin.xml index f7ddd70..20f5307 100644 --- a/plugin.xml +++ b/plugin.xml @@ -49,7 +49,7 @@ - + @@ -57,6 +57,6 @@ - + diff --git a/src/android/PowerManagement.java b/src/android/PowerManagement.java index 2eb40b6..a3ed9d9 100644 --- a/src/android/PowerManagement.java +++ b/src/android/PowerManagement.java @@ -1,5 +1,5 @@ /* - * Copyright 2013 Wolfgang Koller + * Copyright 2013-2014 Wolfgang Koller * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ * Cordova (Android) plugin for accessing the power-management functions of the device * @author Wolfgang Koller */ -package at.gofg.sportscomputer; +package org.apache.cordova.powermanagement; import org.json.JSONArray; import org.json.JSONException;