Set persistBrightnessNitsForDefaultDisplay to true
Bug: 330254981
Test: adb shell dumpsys display
Change-Id: I1d8ff3146752294fc6a217f2cf8e67babf976150
(cherry picked from commit 28b4ee67ef
)
This commit is contained in:
parent
8b879fc372
commit
899ccfe130
1 changed files with 4 additions and 0 deletions
|
@ -299,6 +299,10 @@
|
||||||
off rounded corners logic in LetterboxUiController. Values are in pixel. -->
|
off rounded corners logic in LetterboxUiController. Values are in pixel. -->
|
||||||
<integer name="config_letterboxActivityCornersRadius">64</integer>
|
<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.
|
<!-- 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
|
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
|
is thin letterboxed if the value here is < (W - w) / 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue