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

Commit 921a0078 authored by Chien-Yu Chen's avatar Chien-Yu Chen Committed by android-build-team Robot
Browse files

Revert "Revert "Settings: Enable HAL HDR+ by default""

This reverts commit 781e762c.

Test: CTS
Bug: 67590972
Change-Id: I3c1459e432df10d075072e531ef6fc65e3ae4f24
Merged-In: I3c1459e432df10d075072e531ef6fc65e3ae4f24
(cherry picked from commit 24721e7d)
parent 67f3b82a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,6 +100,6 @@ public class CameraHalHdrplusPreferenceController extends AbstractPreferenceCont
    }

    private boolean isHalHdrplusEnabled() {
        return SystemProperties.getBoolean(PROPERTY_CAMERA_HAL_HDRPLUS, false);
        return SystemProperties.getBoolean(PROPERTY_CAMERA_HAL_HDRPLUS, true);
    }
}