diff options
Diffstat (limited to 'rro_overlays/FrameworksResOverlayVeux/AndroidManifest.xml')
-rw-r--r-- | rro_overlays/FrameworksResOverlayVeux/AndroidManifest.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/rro_overlays/FrameworksResOverlayVeux/AndroidManifest.xml b/rro_overlays/FrameworksResOverlayVeux/AndroidManifest.xml index 9a1f441..54a4269 100644 --- a/rro_overlays/FrameworksResOverlayVeux/AndroidManifest.xml +++ b/rro_overlays/FrameworksResOverlayVeux/AndroidManifest.xml @@ -11,11 +11,10 @@ limitations under the License. --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="com.android.frameworksres.overlay.veux"> + package="android.overlay.veux"> <application android:hasCode="false" /> - <overlay - android:targetPackage="android" - android:isStatic="true" - android:priority="1"/> + <overlay android:targetPackage="android" + android:isStatic="true" + android:priority="1"/> </manifest> |