diff options
Diffstat (limited to 'rro_overlays/SystemUIOverlayVeux')
-rw-r--r-- | rro_overlays/SystemUIOverlayVeux/Android.bp | 3 | ||||
-rw-r--r-- | rro_overlays/SystemUIOverlayVeux/AndroidManifest.xml | 8 |
2 files changed, 5 insertions, 6 deletions
diff --git a/rro_overlays/SystemUIOverlayVeux/Android.bp b/rro_overlays/SystemUIOverlayVeux/Android.bp index d13373e..a700809 100644 --- a/rro_overlays/SystemUIOverlayVeux/Android.bp +++ b/rro_overlays/SystemUIOverlayVeux/Android.bp @@ -17,6 +17,5 @@ runtime_resource_overlay { name: "SystemUIOverlayVeux", sdk_version: "current", - resource_dirs: ["res"], - vendor: true, + product_specific: true } 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> |