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) 2023 The LineageOS Project
//
// SPDX-FileCopyrightText: 2025 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//

View File

@@ -1,12 +1,9 @@
<!--
Copyright (C) 2023 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.phone.overlay.common">
<overlay
android:isStatic="true"
android:priority="100"
android:targetPackage="com.android.phone" />
<overlay android:targetPackage="com.android.phone"
android:isStatic="true"/>
</manifest>

View File

@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2023 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">
<!-- Determine whether we should show the "listen for instructions" screen after
successfully placing the OTA call -->
<integer name="OtaShowListeningScreen">1</integer>
@@ -32,5 +31,4 @@
<!-- String indicating the package name of the device GbaService implementation. -->
<string name="config_gba_package" translatable="false">com.qualcomm.qti.uimGbaApp</string>
</resources>