Remove xmlns:android, fix plugin id

This commit is contained in:
Andrew Grieve 2013-06-28 18:35:56 -04:00
parent b7d32dbe44
commit df793d53b4

View File

@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" <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">
version="0.1.0">
<name>Splashscreen</name> <name>Splashscreen</name>
<js-module src="www/splashscreen.js" name="SplashScreen"> <js-module src="www/splashscreen.js" name="SplashScreen">