mirror of
https://github.com/pjgowtham/android_device_realme_ferrarri.git
synced 2026-02-16 02:30:41 +00:00
ferrari: set value of config_stableDeviceDisplayWidth/Height
Bug: 209592558 Test: adb shell dumpsys display | grep mStableDisplaySize Change-Id: I76e835c695508295ad23538005bfa899efafbc01
This commit is contained in:
@@ -315,6 +315,12 @@
|
|||||||
<!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
|
<!-- 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>
|
<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.
|
<!-- 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
|
Must either be empty if there is no cutout region, or a string that is parsable by
|
||||||
{@link android.util.PathParser}.
|
{@link android.util.PathParser}.
|
||||||
|
|||||||
Reference in New Issue
Block a user