tundra: remove def_device_name_simple overlay
Default is ro.product.model. Change-Id: Iee982324e3c9bd0fa186afc20d50503c90effaaf
This commit is contained in:
committed by
Michael Bestas
parent
41c17d2bb4
commit
66f5709066
@@ -31,7 +31,6 @@ PRODUCT_PACKAGES += \
|
||||
FrameworksResTundra \
|
||||
LineageSystemUITundra \
|
||||
SettingsResTundra \
|
||||
SettingsProviderResTundra \
|
||||
SystemUIResTundra \
|
||||
WifiResTundra
|
||||
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
//
|
||||
// SPDX-FileCopyrightText: 2022 The LineageOS Project
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "SettingsProviderResTundra",
|
||||
vendor: true
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: 2022 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.providers.settings.overlay.tundra">
|
||||
|
||||
<overlay
|
||||
android:isStatic="true"
|
||||
android:targetPackage="com.android.providers.settings" />
|
||||
</manifest>
|
||||
@@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: 2022-2025 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources>
|
||||
<!-- Default for Settings.Global.DEVICE_NAME $1=MODEL-->
|
||||
<string name="def_device_name_simple">motorola edge 30 fusion</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user