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

This commit is contained in:
TreeHugger Robot
2017-09-14 22:30:11 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}
}