dubai: remove def_device_name_simple overlay
Default is ro.product.model. Change-Id: Iee982324e3c9bd0fa186afc20d50503c90effaaf
This commit is contained in:
parent
7847b69d59
commit
ca98e3b573
4 changed files with 0 additions and 31 deletions
|
|
@ -28,7 +28,6 @@ PRODUCT_PACKAGES += \
|
||||||
FrameworksResDubai \
|
FrameworksResDubai \
|
||||||
LineageSystemUIDubai \
|
LineageSystemUIDubai \
|
||||||
SettingsResDubai \
|
SettingsResDubai \
|
||||||
SettingsProviderResDubai \
|
|
||||||
SystemUIResDubai \
|
SystemUIResDubai \
|
||||||
WifiResDubai
|
WifiResDubai
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
//
|
|
||||||
// SPDX-FileCopyrightText: 2022 The LineageOS Project
|
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
|
||||||
//
|
|
||||||
|
|
||||||
runtime_resource_overlay {
|
|
||||||
name: "SettingsProviderResDubai",
|
|
||||||
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.dubai">
|
|
||||||
|
|
||||||
<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</string>
|
|
||||||
</resources>
|
|
||||||
Loading…
Reference in a new issue