Revert^2 "Set persistBrightnessNitsForDefaultDisplay to true"

This reverts commit cf00459308.

Reason for revert: regression fixed by ag/27951019
Flag: EXEMPT bugfix

Change-Id: Ie537feb738744f96417227e6271d4873b43b0c1d
This commit is contained in:
Oleg Petšjonkin 2024-06-21 10:52:40 +00:00
parent cf00459308
commit 2d457fd748

View file

@ -299,6 +299,10 @@
off rounded corners logic in LetterboxUiController. Values are in pixel. -->
<integer name="config_letterboxActivityCornersRadius">64</integer>
<!-- Whether we should persist the brightness value in nits for the default display even if
the underlying display device changes. -->
<bool name="config_persistBrightnessNitsForDefaultDisplay">true</bool>
<!-- The width in dp to use to detect vertical thin letterboxing.
If W is the available width and w is the letterbox width, an app
is thin letterboxed if the value here is < (W - w) / 2