updated the android paths

This commit is contained in:
hermwong 2013-05-22 14:13:38 -07:00
parent c55281bd6a
commit c6174ce211

View File

@ -21,7 +21,7 @@ id="org.apache.cordova.core.CameraLauncher"
<!-- android -->
<platform name="android">
<config-file target="res/xml/config.xml" parent="/cordova/plugins">
<plugin name="Camera" value="org.apache.cordova.core.CameraLauncher"/>
<plugin name="Camera" value="org.apache.cordova.core"/>
</config-file>
<source-file src="CameraLauncher.java" target-dir="org/apache/cordova/core" />