8
0
mirror of https://gitee.com/shuto/customCamera.git synced 2026-05-21 00:00:01 +08:00

Changement de la couleur de fond du bouton camera via le JS.

This commit is contained in:
Thomas BOY
2015-01-14 12:27:44 +01:00
parent 80c135419a
commit d0ea0d5950
45 changed files with 156 additions and 19 deletions
+2
View File
@@ -52,6 +52,8 @@ public class CameraLauncher extends CordovaPlugin {
}
intent.putExtra("miniature", args.getBoolean(1));
intent.putExtra("cameraBackgroundColor", args.getString(2));
intent.putExtra("cameraBackgroundColorPressed", args.getString(3));
cordova.startActivityForResult((CordovaPlugin) this, intent, CameraLauncher.REQUEST_CODE);