aboutsummaryrefslogtreecommitdiff
path: root/rro_overlays/SystemUIOverlayVeux/AndroidManifest.xml
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/SystemUIOverlayVeux/AndroidManifest.xml
parentf41aa988c7f4ae35c296c7ce9d6ab1a9908ef6e3 (diff)
veux: overlay: Move to product partition
Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
Diffstat (limited to 'rro_overlays/SystemUIOverlayVeux/AndroidManifest.xml')
-rw-r--r--rro_overlays/SystemUIOverlayVeux/AndroidManifest.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/rro_overlays/SystemUIOverlayVeux/AndroidManifest.xml b/rro_overlays/SystemUIOverlayVeux/AndroidManifest.xml
index 5860249..0136a92 100644
--- a/rro_overlays/SystemUIOverlayVeux/AndroidManifest.xml
+++ b/rro_overlays/SystemUIOverlayVeux/AndroidManifest.xml
@@ -12,9 +12,9 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.systemui.overlay.veux">
+
<application android:hasCode="false" />
- <overlay
- android:targetPackage="com.android.systemui"
- android:isStatic="true"
- android:priority="1"/>
+ <overlay android:targetPackage="com.android.systemui"
+ android:isStatic="true"
+ android:priority="1"/>
</manifest>