Kaynağa Gözat

Fix wrong namespace

Sebastián Katzer 12 yıl önce
ebeveyn
işleme
c817f59c40
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      plugin.xml

+ 2 - 2
plugin.xml

@@ -48,14 +48,14 @@
              * Android notification bar. The notification uses the default notification
              * sound and it vibrates the phone.
             -->
-            <receiver android:name="de.appplant.cordova.plugin.LocalNotificationReceiver" />
+            <receiver android:name="de.appplant.cordova.plugin.localnotification.LocalNotificationReceiver" />
 
             <!--
              * This class is triggered upon reboot of the device. It needs to re-register
              * the alarms with the AlarmManager since these alarms are lost in case of
              * reboot.
              -->
-            <receiver android:name="de.appplant.cordova.plugin.LocalNotificationRestore" >
+            <receiver android:name="de.appplant.cordova.plugin.localnotification.LocalNotificationRestore" >
                 <intent-filter>
                     <action android:name="android.intent.action.BOOT_COMPLETED" />
                 </intent-filter>