aboutsummaryrefslogtreecommitdiff
path: root/rro_overlays/SettingsOverlayVeux/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'rro_overlays/SettingsOverlayVeux/AndroidManifest.xml')
-rw-r--r--rro_overlays/SettingsOverlayVeux/AndroidManifest.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/rro_overlays/SettingsOverlayVeux/AndroidManifest.xml b/rro_overlays/SettingsOverlayVeux/AndroidManifest.xml
index 61e91b9..477a038 100644
--- a/rro_overlays/SettingsOverlayVeux/AndroidManifest.xml
+++ b/rro_overlays/SettingsOverlayVeux/AndroidManifest.xml
@@ -12,9 +12,9 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.settings.overlay.veux">
+
<application android:hasCode="false" />
- <overlay
- android:targetPackage="com.android.settings"
- android:isStatic="true"
- android:priority="1"/>
+ <overlay android:targetPackage="com.android.settings"
+ android:isStatic="true"
+ android:priority="1"/>
</manifest>