fixed missing >

This commit is contained in:
Steven Gill 2013-05-23 15:40:45 -07:00
parent acf67ccd52
commit 713d9e7d96

View File

@ -25,7 +25,7 @@ id="org.apache.cordova.core.CameraLauncher"
<!-- android -->
<platform name="android">
<config-file target="res/xml/config.xml" parent="/*">
<feature name="Camera"
<feature name="Camera">
<param name="android-package" value="org.apache.cordova.core"/>
</feature>
</config-file>