updated plugin.xml

This commit is contained in:
Steven Gill 2013-05-21 13:06:37 -07:00
parent 12b3d5ca99
commit c03463741a

View File

@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="org.apache.cordova.core.splashscreen">
id="org.apache.cordova.core.SplashScreen">
version="0.1.0">
<name>Splashscreen</name>
@ -14,7 +14,7 @@ id="org.apache.cordova.core.splashscreen">
<platform name="android">
<config-file target="res/xml/config.xml" parent="/*">
<feature name="SplashScreen">
<param name="android-package" value="org.apache.cordova.core.splashscreen.SplashScreen"/>
<param name="android-package" value="org.apache.cordova.core.SplashScreen.SplashScreen"/>
</feature>
</config-file>