Browse Source

Fixed wrong package namespace.

Sebastián Katzer 12 years ago
parent
commit
04f3b83436
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugin.xml

+ 1 - 1
plugin.xml

@@ -37,7 +37,7 @@
     <platform name="android">
         <config-file target="res/xml/config.xml" parent="/*">
             <feature name="LocalNotification">
-                <param name="android-package" value="de.appplant.cordova.plugin.LocalNotification"/>
+                <param name="android-package" value="de.appplant.cordova.plugin.localnotification.LocalNotification"/>
             </feature>
         </config-file>