瀏覽代碼

Fixed wrong package namespace.

Sebastián Katzer 12 年之前
父節點
當前提交
04f3b83436
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>