mirror of
https://gitee.com/shuto/customCamera.git
synced 2026-05-21 00:00:01 +08:00
Ajout de la possibilité de désactivé la fonction miniature.
This commit is contained in:
@@ -49,6 +49,8 @@ public class CameraLauncher extends CordovaPlugin {
|
||||
}
|
||||
TransferBigData.setImgBackgroundBase64(imgBackgroundBase64);
|
||||
|
||||
intent.putExtra("miniature", args.getBoolean(1));
|
||||
|
||||
cordova.startActivityForResult((CordovaPlugin) this, intent, CameraLauncher.REQUEST_CODE);
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user