android_vendor_hardware_ove.../Realme/GT2Pro/res/values/config.xml
Andy CrossGate Yan af3fb798e8 Fixup multi-resolution resources for some devices
Apparently now you just have to define the cutout once in the highest resolution available
Also re-measured Meizu 18 and Samsung Galaxy Quantum2 dimens

Change-Id: I7b8802612d5633b4e12b714f5dd33ae9016e5bd4
2023-03-15 12:21:22 +00:00

17 lines
878 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="config_useDevInputEventForAudioJack">true</bool>
<bool name="config_showNavigationBar">true</bool>
<bool name="config_fillMainBuiltInDisplayCutout">false</bool>
<bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>
<bool name="config_powerDecoupleAutoSuspendModeFromDisplay">true</bool>
<bool name="config_powerDecoupleInteractiveModeFromDisplay">true</bool>
<bool name="config_enableBurnInProtection">true</bool>
<integer name="config_screenBrightnessDoze">3</integer>
<integer name="config_screenBrightnessSettingMinimum">1</integer>
<string name="config_mainBuiltInDisplayCutout">M -720,0 L -720,124 L -525,124 L -525,0 Z</string>
<string name="config_mainBuiltInDisplayCutoutRectApproximation">M -720,0 L -720,124 L -525,124 L -525,0 Z</string>
</resources>