Rename WifiOverlay package to prevent conflicts

This commit is contained in:
ponces 2023-11-30 10:27:05 +00:00 committed by Alberto Ponces
parent e24e7c4a8f
commit 568764aea5
5 changed files with 11 additions and 9 deletions

View file

@ -1,6 +0,0 @@
runtime_resource_overlay {
name: "treble-WifiOverlay",
theme: "WifiOverlay",
sdk_version: "current",
product_specific: true
}

8
WifiOverlay/Android.mk Normal file
View file

@ -0,0 +1,8 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-wifi
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.wifi.resources.overlay.ponces"
package="me.phh.treble.overlay.wifi"
android:versionCode="1"
android:versionName="1.0">
<application android:hasCode="false"/>

View file

@ -20,5 +20,5 @@
<bool translatable="false" name="config_wifiAllowInsecureEnterpriseConfigurationsForSettingsAndSUW">true</bool>
<!-- Always assume 5GHz support -->
<bool translatable="false" name ="config_wifi5ghzSupport">true</bool>
<bool translatable="false" name="config_wifi5ghzSupport">true</bool>
</resources>

View file

@ -2,7 +2,6 @@ PRODUCT_PACKAGES += \
HardwareOverlayPicker \
QtiAudio \
TrebleApp \
treble-WifiOverlay \
treble-overlay-NavBar \
treble-overlay-NightMode \
treble-overlay-SystemUI-FalseLocks \
@ -318,6 +317,7 @@ PRODUCT_PACKAGES += \
treble-overlay-vsmart-active3 \
treble-overlay-vsmart-joy3 \
treble-overlay-vsmart-live \
treble-overlay-wifi \
treble-overlay-wifi5g \
treble-overlay-xiaomi-civi \
treble-overlay-xiaomi-civi-systemui \