sm6250-common: overlay: declare automatic brightness availability

This commit is contained in:
Demon000 2020-07-11 18:08:58 +03:00
parent f7d8997048
commit 0f88523462

View File

@ -230,4 +230,8 @@
<!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
in hardware. -->
<bool name="config_setColorTransformAccelerated">true</bool>
<!-- Flag indicating whether the we should enable the automatic brightness in Settings.
Software implementation will be used if config_hardware_auto_brightness_available is not set -->
<bool name="config_automatic_brightness_available">true</bool>
</resources>