C10: set value of config_stableDeviceDisplayWidth/Height am: 06d7d2a9f2

Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17518870

Change-Id: Ife2db2c6bda9d326f99b0b71e59d0cd03b95a29d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
joenchen 2022-04-05 19:43:48 +00:00 committed by Automerger Merge Worker
commit 46edc6ccb7

View file

@ -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>