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

Commit c141f569 authored by Zhijun He's avatar Zhijun He Committed by android-build-team Robot
Browse files

Revert "Settings: Enable HAL HDR+ by default"

This reverts commit 14c4b41f.

Bug: 65679683
(cherry picked from commit 781e762c)

Change-Id: Ib146a99647e1371e9c3e191bb06edc850ebdfe1a
parent 8be6d99d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,6 +102,6 @@ public class CameraHalHdrplusPreferenceController extends AbstractPreferenceCont
    }

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