Settings: Enable HAL HDR+ by default

Test: Settings app
Bug: 63045786
Change-Id: I39ed40a3a74bac13a40c556b9cb60b495955a065
This commit is contained in:
Chien-Yu Chen
2017-07-26 13:39:34 -07:00
parent a097d68c4b
commit 14c4b41f78

View File

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