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

Commit 13991ff9 authored by Zhijun He's avatar Zhijun He Committed by Android (Google) Code Review
Browse files

Merge "Settings: Enable HAL HDR+ by default" into oc-mr1-dev

parents 24dc1ab3 14c4b41f
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, false);
        return SystemProperties.getBoolean(PROPERTY_CAMERA_HAL_HDRPLUS, true);
    }
}