File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
core/java/android/hardware Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9865,6 +9865,7 @@ package android.hardware {
98659865 field public static final java.lang.String SCENE_MODE_BEACH = "beach";
98669866 field public static final java.lang.String SCENE_MODE_CANDLELIGHT = "candlelight";
98679867 field public static final java.lang.String SCENE_MODE_FIREWORKS = "fireworks";
9868+ field public static final java.lang.String SCENE_MODE_HDR = "hdr";
98689869 field public static final java.lang.String SCENE_MODE_LANDSCAPE = "landscape";
98699870 field public static final java.lang.String SCENE_MODE_NIGHT = "night";
98709871 field public static final java.lang.String SCENE_MODE_NIGHT_PORTRAIT = "night-portrait";
Original file line number Diff line number Diff line change @@ -1811,7 +1811,6 @@ public class Parameters {
18111811 * camera will return an image that has an extended dynamic range
18121812 * compared to a regular capture. Capturing such an image may take
18131813 * longer than a regular capture.
1814- * @hide
18151814 */
18161815 public static final String SCENE_MODE_HDR = "hdr" ;
18171816
You can’t perform that action at this time.
0 commit comments