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

Commit c8d91c60 authored by Chien-Yu Chen's avatar Chien-Yu Chen Committed by android-build-merger
Browse files

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

am: 24721e7d

Change-Id: Iec2832d2ae85edb92576af5688a067b88528fb1a
parents a4e3b55a 24721e7d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,6 +100,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);
    }
}