FP3: Enable night mode

The stock OS sets this value to true
This commit is contained in:
Jiahao Zhang 2022-12-27 14:14:36 -05:00 committed by GitHub
parent 8395416d1b
commit ce7a31a178
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,7 +124,7 @@
<!-- Control whether Night display is available. This should only be enabled on devices
that have a HWC implementation that can apply the matrix passed to setColorTransform
without impacting power, performance, and app compatibility (e.g. protected content). -->
<bool name="config_nightDisplayAvailable">false</bool>
<bool name="config_nightDisplayAvailable">true</bool>
<!-- Default screen brightness setting.
Must be in the range specified by minimum and maximum. -->