9
0
mirror of https://gitee.com/shuto/customCamera.git synced 2026-05-02 00:07:24 +08:00

Try to change to fix class not found.

This commit is contained in:
Christophe Boucaut
2014-11-10 10:42:47 +01:00
parent 0a5f32d512
commit 5bbf19ba78
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
<platform name="android">
<config-file target="res/xml/config.xml" parent="/*">
<feature name="CustomCamera">
<param name="android-package" value="org.geneanet.customCamera"/>
<param name="android-package" value="org.geneanet.customCamera.CameraLauncher"/>
</feature>
</config-file>
<config-file target="AndroidManifest.xml" parent="/*">
+1 -1
View File
@@ -16,7 +16,7 @@ customCameraExport.prototype.getPicture = function() {
};
customCameraExport.prototype.startCamera = function() {
cordova.exec(
exec(
function(result) {
console.log("success");
console.log(result);