sm8550-common: overlay: Update QSSI overlays from LA.QSSI.14.0.r1-07000-qssi.0

Change-Id: Iea799f22a44095a2e71c4dc86ef877588742e6d4
This commit is contained in:
chaptsand
2024-10-16 04:42:23 +08:00
parent 11a7981ee5
commit 7b4d3fb901
17 changed files with 448 additions and 209 deletions

View File

@@ -0,0 +1,10 @@
//
// Copyright (C) 2024 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "SettingsResCommon",
vendor: true,
}

View File

@@ -0,0 +1,11 @@
<!--
Copyright (C) 2024 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.settings.overlay.common">
<overlay
android:isStatic="true"
android:targetPackage="com.android.settings" />
</manifest>

View File

@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2024 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Display settings screen, Color mode options. Must be the same length and order as
config_color_mode_options_values below. Only the values that also appear in
frameworks/base/core/res/res/values/config.xml's config_availableColorModes are shown. -->
<string-array name="config_color_mode_options_strings" translatable="false">
<item>Natural</item>
<item>Boosted</item>
<item>Saturated</item>
<item>Adaptive</item>
<item>Reserved and unset: 256</item>
<item>Reserved and unset: 257</item>
<item>Reserved and unset: 258</item>
<item>Reserved and unset: 259</item>
<item>Reserved and unset: 260</item>
<item>Reserved and unset: 261</item>
<item>Reserved and unset: 262</item>
<item>Reserved and unset: 263</item>
<item>Reserved and unset: 264</item>
<item>Reserved and unset: 265</item>
</string-array>
<!-- Display settings screen, Color mode options. Must be the same length and order as
config_color_mode_options_strings above. Only the values that also appear in
frameworks/base/core/res/res/values/config.xml's config_availableColorModes are shown. -->
<integer-array name="config_color_mode_options_values" translatable="false">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
<item>256</item>
<item>257</item>
<item>258</item>
<item>259</item>
<item>260</item>
<item>261</item>
<item>262</item>
<item>263</item>
<item>264</item>
<item>265</item>
</integer-array>
<!-- Max network scan search time in seconds -->
<integer name="config_network_scan_helper_max_search_time_sec">254</integer>
</resources>