ferrari: set value of config_stableDeviceDisplayWidth/Height

Bug: 209592558
Test: adb shell dumpsys display | grep mStableDisplaySize
Change-Id: I76e835c695508295ad23538005bfa899efafbc01
This commit is contained in:
joenchen
2022-03-31 21:19:35 +08:00
committed by pjgowtham
parent 268b2c3e45
commit 716a6a4b53

View File

@@ -315,6 +315,12 @@
<!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
<string name="config_dozeUdfpsLongPressSensorType" translatable="false">org.lineageos.sensor.udfps</string>
<!-- 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">3126</integer>
<!-- The bounding path of the cutout region of the main built-in display.
Must either be empty if there is no cutout region, or a string that is parsable by
{@link android.util.PathParser}.