Merge pull request #691 from danielzhang130/patch-1

FP3: Enable night mode
This commit is contained in:
Pierre-Hugues HUSSON 2022-12-27 22:16:59 +01:00 committed by GitHub
commit 279497ab01
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. -->