Ver Fonte

New android package name

Sebastián Katzer há 12 anos atrás
pai
commit
9f06459695

+ 4 - 4
plugin.xml

@@ -66,10 +66,10 @@
             <uses-permission android:name="android.permission.GET_TASKS" />
         </config-file>
 
-        <source-file src="src/android/LocalNotificationReceiver.java" target-dir="src/de/appplant/cordova/plugin" />
-        <source-file src="src/android/LocalNotificationOptions.java" target-dir="src/de/appplant/cordova/plugin" />
-        <source-file src="src/android/LocalNotificationRestore.java" target-dir="src/de/appplant/cordova/plugin" />
-        <source-file src="src/android/LocalNotification.java" target-dir="src/de/appplant/cordova/plugin" />
+        <source-file src="src/android/LocalNotificationReceiver.java" target-dir="src/de/appplant/cordova/plugin/localnotification" />
+        <source-file src="src/android/LocalNotificationOptions.java" target-dir="src/de/appplant/cordova/plugin/localnotification" />
+        <source-file src="src/android/LocalNotificationRestore.java" target-dir="src/de/appplant/cordova/plugin/localnotification" />
+        <source-file src="src/android/LocalNotification.java" target-dir="src/de/appplant/cordova/plugin/localnotification" />
     </platform>
 
     <!-- wp8 -->

+ 1 - 1
src/android/LocalNotification.java

@@ -7,7 +7,7 @@
  *  GPL v2 licensed
  */
 
-package de.appplant.cordova.plugin;
+package de.appplant.cordova.plugin.localnotification;
 
 import java.util.Map;
 import java.util.Set;

+ 1 - 1
src/android/LocalNotificationOptions.java

@@ -7,7 +7,7 @@
  *  GPL v2 licensed
  */
 
-package de.appplant.cordova.plugin;
+package de.appplant.cordova.plugin.localnotification;
 
 import java.util.Calendar;
 import java.util.Date;

+ 1 - 1
src/android/LocalNotificationReceiver.java

@@ -7,7 +7,7 @@
  *  GPL v2 licensed
  */
 
-package de.appplant.cordova.plugin;
+package de.appplant.cordova.plugin.localnotification;
 
 import java.util.Calendar;
 

+ 1 - 1
src/android/LocalNotificationRestore.java

@@ -7,7 +7,7 @@
  *  GPL v2 licensed
  */
 
-package de.appplant.cordova.plugin;
+package de.appplant.cordova.plugin.localnotification;
 
 import java.util.Set;