dubai: remove def_device_name_simple overlay

Default is ro.product.model.

Change-Id: Iee982324e3c9bd0fa186afc20d50503c90effaaf
This commit is contained in:
Cosmin Tanislav 2024-08-09 02:01:33 +03:00 committed by Michael Bestas
parent 7847b69d59
commit ca98e3b573
No known key found for this signature in database
GPG key ID: CC95044519BE6669
4 changed files with 0 additions and 31 deletions

View file

@ -28,7 +28,6 @@ PRODUCT_PACKAGES += \
FrameworksResDubai \
LineageSystemUIDubai \
SettingsResDubai \
SettingsProviderResDubai \
SystemUIResDubai \
WifiResDubai

View file

@ -1,9 +0,0 @@
//
// SPDX-FileCopyrightText: 2022 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "SettingsProviderResDubai",
vendor: true
}

View file

@ -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>

View file

@ -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>