Przeglądaj źródła

Fix wrong class names

Sebastián Katzer 12 lat temu
rodzic
commit
787f49608b
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      plugin.xml

+ 2 - 2
plugin.xml

@@ -68,9 +68,9 @@
             <uses-permission android:name="android.permission.GET_TASKS" />
         </config-file>
 
-        <source-file src="src/android/AlarmReceiver.java" target-dir="src/de/appplant/cordova/plugin" />
+        <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/AlarmRestoreOnBoot.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" />
 
     </platform>