Revert "Revert "Settings: Enable HAL HDR+ by default""
am: 24721e7d96
Change-Id: Iec2832d2ae85edb92576af5688a067b88528fb1a
This commit is contained in:
@@ -100,6 +100,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