From 30f6a80e985e74418e68e329891eb717fdf66137 Mon Sep 17 00:00:00 2001
From: Jayant Chowdhary
This control is only effective if {@link CaptureRequest#CONTROL_MODE android.control.mode} is AUTO.
- *When set to the ON mode, the camera device's auto-white balance + *
When set to the AUTO mode, the camera device's auto-white balance
* routine is enabled, overriding the application's selected
* {@link CaptureRequest#COLOR_CORRECTION_TRANSFORM android.colorCorrection.transform}, {@link CaptureRequest#COLOR_CORRECTION_GAINS android.colorCorrection.gains} and
* {@link CaptureRequest#COLOR_CORRECTION_MODE android.colorCorrection.mode}. Note that when {@link CaptureRequest#CONTROL_AE_MODE android.control.aeMode}
diff --git a/core/java/android/hardware/camera2/CaptureResult.java b/core/java/android/hardware/camera2/CaptureResult.java
index 66d8b50a073e7..c0eb06804d3e5 100644
--- a/core/java/android/hardware/camera2/CaptureResult.java
+++ b/core/java/android/hardware/camera2/CaptureResult.java
@@ -1781,7 +1781,7 @@ public class CaptureResult extends CameraMetadata
This control is only effective if {@link CaptureRequest#CONTROL_MODE android.control.mode} is AUTO.
- *When set to the ON mode, the camera device's auto-white balance + *
When set to the AUTO mode, the camera device's auto-white balance * routine is enabled, overriding the application's selected * {@link CaptureRequest#COLOR_CORRECTION_TRANSFORM android.colorCorrection.transform}, {@link CaptureRequest#COLOR_CORRECTION_GAINS android.colorCorrection.gains} and * {@link CaptureRequest#COLOR_CORRECTION_MODE android.colorCorrection.mode}. Note that when {@link CaptureRequest#CONTROL_AE_MODE android.control.aeMode}