sm8550-common: overlay: Update QSSI overlays from LA.QSSI.14.0.r1-07000-qssi.0
Change-Id: Iea799f22a44095a2e71c4dc86ef877588742e6d4
This commit is contained in:
10
overlay/SettingsResCommon/Android.bp
Normal file
10
overlay/SettingsResCommon/Android.bp
Normal file
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// Copyright (C) 2024 The LineageOS Project
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "SettingsResCommon",
|
||||
vendor: true,
|
||||
}
|
11
overlay/SettingsResCommon/AndroidManifest.xml
Normal file
11
overlay/SettingsResCommon/AndroidManifest.xml
Normal 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>
|
51
overlay/SettingsResCommon/res/values/config.xml
Normal file
51
overlay/SettingsResCommon/res/values/config.xml
Normal 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>
|
Reference in New Issue
Block a user