rtwo: remove def_device_name_simple overlay

Default is ro.product.model.

Change-Id: I08a77b317afdc627a838eb01da7dfd50095604e4
This commit is contained in:
Cosmin Tanislav
2024-08-09 02:04:48 +03:00
committed by Marc Bourgoin
parent 38d718da06
commit c000a5a5de
4 changed files with 0 additions and 24 deletions

View File

@@ -31,7 +31,6 @@ PRODUCT_PACKAGES += \
FrameworksResRtwo \
LineageSystemUIRtwo \
ProductFrameworksResRtwo \
SettingsProviderResRtwo \
SettingsResRtwo \
SystemUIResRtwo

View File

@@ -1,4 +0,0 @@
runtime_resource_overlay {
name: "SettingsProviderResRtwo",
vendor: true
}

View File

@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2022 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
coreApp="true"
package="com.android.providers.settings.overlay.rtwo">
<overlay android:targetPackage="com.android.providers.settings" android:isStatic="true" />
</manifest>

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2022 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 40 pro</string>
</resources>