Settings: Enable HAL HDR+ by default
Test: Settings app Bug: 63045786 Change-Id: I39ed40a3a74bac13a40c556b9cb60b495955a065
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user