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

Commit c1857e98 authored by Zhijun He's avatar Zhijun He Committed by android-build-merger
Browse files

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

am: 1d45308e

Change-Id: If97d1cddbb044fde52197cd08f0c34cad9abe901
parents e01900d9 1d45308e
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);
    }
}