mirror of
https://github.com/Evolution-X-Devices/device_motorola_rtwo
synced 2026-01-27 13:35:15 +00:00
rtwo: remove def_device_name_simple overlay
Default is ro.product.model. Change-Id: I08a77b317afdc627a838eb01da7dfd50095604e4
This commit is contained in:
committed by
Marc Bourgoin
parent
38d718da06
commit
c000a5a5de
@@ -31,7 +31,6 @@ PRODUCT_PACKAGES += \
|
||||
FrameworksResRtwo \
|
||||
LineageSystemUIRtwo \
|
||||
ProductFrameworksResRtwo \
|
||||
SettingsProviderResRtwo \
|
||||
SettingsResRtwo \
|
||||
SystemUIResRtwo
|
||||
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
runtime_resource_overlay {
|
||||
name: "SettingsProviderResRtwo",
|
||||
vendor: true
|
||||
}
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user