aboutsummaryrefslogtreecommitdiff
path: root/rro_overlays/WifiOverlayVeux
diff options
context:
space:
mode:
authorAhmad Rulim <personal@rulim34.dev>2022-12-31 21:51:16 +0700
committersinanmohd <pcmsinan@gmail.com>2023-01-05 22:04:15 +0530
commit0be2f0d3f718e7d7b0728af775913bdc0c3777e7 (patch)
treee479efc2a5401852789a74e7181bc89e04aa0d51 /rro_overlays/WifiOverlayVeux
parentf41aa988c7f4ae35c296c7ce9d6ab1a9908ef6e3 (diff)
veux: overlay: Move to product partition
Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
Diffstat (limited to 'rro_overlays/WifiOverlayVeux')
-rw-r--r--rro_overlays/WifiOverlayVeux/AndroidManifest.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/rro_overlays/WifiOverlayVeux/AndroidManifest.xml b/rro_overlays/WifiOverlayVeux/AndroidManifest.xml
index 3065c54..a3b7bb8 100644
--- a/rro_overlays/WifiOverlayVeux/AndroidManifest.xml
+++ b/rro_overlays/WifiOverlayVeux/AndroidManifest.xml
@@ -13,13 +13,13 @@
<!-- Pixel specific wifi overlays -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
coreApp="true"
- package="com.android.wifi.resources.veux"
+ package="com.android.wifi.resources.overlay.veux"
android:versionCode="1"
android:versionName="1.0">
+
<application android:hasCode="false" />
- <overlay
- android:targetPackage="com.android.wifi.resources"
- android:targetName="WifiCustomization"
- android:isStatic="true"
- android:priority="0"/>
+ <overlay android:targetPackage="com.android.wifi.resources"
+ android:targetName="WifiCustomization"
+ android:isStatic="true"
+ android:priority="0"/>
</manifest>