9
0
mirror of https://gitee.com/shuto/customCamera.git synced 2024-10-06 10:22:07 +08:00

Again try to fix "class not found".

This commit is contained in:
Christophe Boucaut 2014-11-10 11:00:03 +01:00
parent 5bbf19ba78
commit 5d03d667fc

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;
}