C10: set value of config_stableDeviceDisplayWidth/Height
Bug: 209592558 Test: adb shell dumpsys display | grep mStableDisplaySize Change-Id: I76e835c695508295ad23538005bfa899efafbc01
This commit is contained in:
parent
d36f9382e0
commit
06d7d2a9f2
1 changed files with 6 additions and 0 deletions
|
@ -247,6 +247,12 @@
|
||||||
<item>200</item>
|
<item>200</item>
|
||||||
</integer-array>
|
</integer-array>
|
||||||
|
|
||||||
|
<!-- The stable device width and height in pixels. If these aren't set to a positive number
|
||||||
|
then the device will use the width and height of the default display the first time it's
|
||||||
|
booted. -->
|
||||||
|
<integer name="config_stableDeviceDisplayWidth">1440</integer>
|
||||||
|
<integer name="config_stableDeviceDisplayHeight">3120</integer>
|
||||||
|
|
||||||
<!-- UDFPS does not support gestures -->
|
<!-- UDFPS does not support gestures -->
|
||||||
<bool name="config_fingerprintSupportsGestures">false</bool>
|
<bool name="config_fingerprintSupportsGestures">false</bool>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue