9
0
mirror of https://gitee.com/shuto/customCamera.git synced 2026-04-14 00:00:03 +08:00

Plus de "class not found". On essaye de démarrer l'activité pour démarrer la caméra.

This commit is contained in:
Christophe Boucaut
2014-11-10 11:53:51 +01:00
parent d2703156a0
commit 23a12fd55d

View File

@@ -9,8 +9,8 @@ import android.content.Intent;
public class CameraLauncher extends CordovaPlugin {
public boolean execute(String action, JSONArray args, CallbackContext callbackContext) throws JSONException {
/*Intent intent = new Intent("org.geneanet.customcamera.CameraView");
cordova.startActivityForResult((CordovaPlugin) this, intent, 1111111);*/
Intent intent = new Intent("org.geneanet.customcamera.CameraView");
cordova.startActivityForResult((CordovaPlugin) this, intent, 1111111);
return true;
}