sm8550-common: Regenerate RROs from LA.QSSI.15.0.r1-12000-qssi.0

Change-Id: I2c207a3ce93dc9149123fa1c3969f06aabd45756
This commit is contained in:
chaptsand
2025-04-25 02:39:57 +08:00
parent 9df3ce013a
commit 355c6d421c
66 changed files with 1093 additions and 399 deletions

View File

@@ -1,6 +1,5 @@
//
// Copyright (C) 2024 The LineageOS Project
//
// SPDX-FileCopyrightText: 2025 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//

View File

@@ -1,11 +1,9 @@
<!--
Copyright (C) 2024 The LineageOS Project
SPDX-FileCopyrightText: 2025 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" />
<overlay android:targetPackage="com.android.settings"
android:isStatic="true"/>
</manifest>

View File

@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2024 The LineageOS Project
SPDX-FileCopyrightText: 2025 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. -->
@@ -25,5 +24,4 @@
<!-- Max network scan search time in seconds -->
<integer name="config_network_scan_helper_max_search_time_sec">254</integer>
</resources>