Remove xmlns:android, fix plugin id

This commit is contained in:
Andrew Grieve 2013-06-28 18:35:55 -04:00
parent 380630624d
commit a025cdd4e6

View File

@ -1,8 +1,7 @@
<?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.camera"
id="org.apache.cordova.core.CameraLauncher"
version="0.1.0"> version="0.1.0">
<name>Camera</name> <name>Camera</name>