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

Commit e96571d1 authored by Chien-Yu Chen's avatar Chien-Yu Chen Committed by Daniel Finchelstein
Browse files

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

This reverts commit 781e762c.

Also updated the V2 version, which was not in the original revert CL.

Test: CTS
Bug: 67590972
Change-Id: I3c1459e432df10d075072e531ef6fc65e3ae4f24
parent d50363b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,6 +95,6 @@ public class CameraHalHdrPlusPreferenceControllerV2 extends
    }

    private boolean isHalHdrplusEnabled() {
        return SystemProperties.getBoolean(PROPERTY_CAMERA_HAL_HDRPLUS, false /* default */);
        return SystemProperties.getBoolean(PROPERTY_CAMERA_HAL_HDRPLUS, true /* default */);
    }
}
+1 −1
Original line number Diff line number Diff line
@@ -104,6 +104,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);
    }
}