Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1446adfd authored by Roger Chui's avatar Roger Chui Committed by Gerrit Code Review
Browse files

Revert "Revert "Add SCENE_MODE_OFF support for Camera framework""

This reverts commit 12538695

Does not break builds: Example of a successful build here: http://jenkins.cyanogenmod.com/job/android/7513/
parent 12538695
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1849,6 +1849,12 @@ public class Camera {
         */
        public static final String FLASH_MODE_TORCH = "torch";

        /**
         * Scene mode is off. (for some QCom)
         * @hide
         */
        public static final String SCENE_MODE_OFF = "off";

        /**
         * Scene mode is off.
         * @hide