devon: overlay: Add wifi overlay and MMS UA profile

Change-Id: I146447b59042254847d3818cf9d13adccf69cf23
This commit is contained in:
Deivid21
2025-07-07 01:51:43 -04:00
committed by Michael Bestas
parent 2793bd7a0c
commit 56536aec6e
5 changed files with 37 additions and 1 deletions

View File

@@ -40,7 +40,8 @@ PRODUCT_PACKAGES += \
# Overlay
PRODUCT_PACKAGES += \
FrameworksResDevice \
SystemUIResDevice
SystemUIResDevice \
WifiResDevice
# Permissions
PRODUCT_COPY_FILES += \

View File

@@ -184,6 +184,12 @@
<item>450</item>
</array>
<!-- MMS user agent string -->
<string name="config_mms_user_agent" translatable="false">motog32</string>
<!-- MMS user agent prolfile url -->
<string name="config_mms_user_agent_profile_url" translatable="false">http://uaprof.motorola.com/phoneconfig/motov1/Profile/motov1.rdf</string>
<!-- The bounding path of the cutout region of the main built-in display.
Must either be empty if there is no cutout region, or a string that is parsable by
{@link android.util.PathParser}.

View File

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

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.wifi.resources.overlay.device">
<overlay android:targetPackage="com.android.wifi.resources"
android:isStatic="true"
android:priority="800" />
</manifest>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources>
<!-- Do not translate. Default access point SSID used for tethering -->
<string name="wifi_tether_configure_ssid_default" translatable="false">moto g32</string>
</resources>