Merge "Revert "Revert "Settings: Enable HAL HDR+ by default"""
This commit is contained in:
committed by
Android (Google) Code Review
commit
5d0fc58af0
@@ -95,6 +95,6 @@ public class CameraHalHdrPlusPreferenceControllerV2 extends
|
|||||||
}
|
}
|
||||||
|
|
||||||
private boolean isHalHdrplusEnabled() {
|
private boolean isHalHdrplusEnabled() {
|
||||||
return SystemProperties.getBoolean(PROPERTY_CAMERA_HAL_HDRPLUS, false /* default */);
|
return SystemProperties.getBoolean(PROPERTY_CAMERA_HAL_HDRPLUS, true /* default */);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -104,6 +104,6 @@ public class CameraHalHdrplusPreferenceController extends AbstractPreferenceCont
|
|||||||
}
|
}
|
||||||
|
|
||||||
private boolean isHalHdrplusEnabled() {
|
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