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

Commit 781e762c authored by Zhijun He's avatar Zhijun He
Browse files

Revert "Settings: Enable HAL HDR+ by default"

This reverts commit 14c4b41f.

Bug: 65679683
parent 11c325e8
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);
    }
}