dm3q: overlay: Update from S918BXXS6CXHA

Change-Id: I2a983caaac8d09ca3e2ac2941676187faf68e4d0
This commit is contained in:
chaptsand
2024-10-16 05:44:18 +08:00
committed by Mezaque
parent 2c1138bfd7
commit 03eed99e1d

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
Copyright (C) 2023 The LineageOS Project Copyright (C) 2024 The LineageOS Project
SPDX-License-Identifier: Apache-2.0 SPDX-License-Identifier: Apache-2.0
--> -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
@@ -37,6 +37,18 @@
--> -->
<string name="config_mainBuiltInDisplayCutout" translatable="false">M 0,0 H -9.466666666666667 V 26.66666666666667 H 9.466666666666667 V 0 H 0 Z @dp</string> <string name="config_mainBuiltInDisplayCutout" translatable="false">M 0,0 H -9.466666666666667 V 26.66666666666667 H 9.466666666666667 V 0 H 0 Z @dp</string>
<!-- Note: This setting is deprecated, please use
config_screenBrightnessSettingMinimumFloat instead -->
<integer name="config_screenBrightnessSettingMinimum">0</integer>
<!-- Note: This setting is deprecated, please use
config_screenBrightnessSettingMaximumFloat instead -->
<integer name="config_screenBrightnessSettingMaximum">255</integer>
<!-- Note: This setting is deprecated, please use
config_screenBrightnessSettingDefaultFloat instead -->
<integer name="config_screenBrightnessSettingDefault">128</integer>
<!-- Minimum screen brightness setting allowed by power manager. <!-- Minimum screen brightness setting allowed by power manager.
-2 is invalid so setting will resort to int value specified above. -2 is invalid so setting will resort to int value specified above.
Set this to 0.0 to allow screen to go to minimal brightness. Set this to 0.0 to allow screen to go to minimal brightness.
@@ -1390,9 +1402,15 @@
<item>1200</item> <item>1200</item>
</array> </array>
<!-- Whether the Unprocessed audio source supports the required frequency range and level -->
<bool name="config_supportAudioSourceUnprocessed">false</bool>
<!-- Indicates whether the system wide captions service should also support <!-- Indicates whether the system wide captions service should also support
call captioning. call captioning.
--> -->
<bool name="config_systemCaptionsServiceCallsEnabled" translatable="false">true</bool> <bool name="config_systemCaptionsServiceCallsEnabled" translatable="false">true</bool>
<!-- Whether cbrs is supported on the device or not -->
<bool name="config_cbrs_supported" translatable="false">true</bool>
</resources> </resources>