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

Mise en place d'une option pour désactiver la fonction d'opacité.

This commit is contained in:
Christophe Boucaut
2015-01-26 10:19:07 +01:00
parent aadd3871ac
commit 466bb55533
3 changed files with 43 additions and 26 deletions
+1
View File
@@ -67,6 +67,7 @@ public class CameraLauncher extends CordovaPlugin {
if (args.getInt(5) >= 0 && args.getInt(5) <= 100) {
intent.putExtra("quality", args.getInt(5));
}
intent.putExtra("opacity", args.getBoolean(6));
cordova.startActivityForResult((CordovaPlugin) this, intent,
CameraLauncher.REQUEST_CODE);