From 57d7d7f034e3a25291beb69fdad4ae1a0f50b7f8 Mon Sep 17 00:00:00 2001 From: Peter Kalauskas Date: Mon, 20 Mar 2023 13:19:54 -0700 Subject: [PATCH] Fix incorrect package name in test manifest SystemUITests' manifest was using the same package name (or namespace, as AGP calls it) as the SystemUI app. This prevented us from running SystemUITests tests using the latest version of AGP. Test: studiow Test: m ; atest SystemUITests Bug: 236188940 Change-Id: Ice40d5d0d1d4f3479e703e7f3fd19054cd07f14f --- packages/SystemUI/tests/AndroidManifest.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/SystemUI/tests/AndroidManifest.xml b/packages/SystemUI/tests/AndroidManifest.xml index 2ef3511a0ccec..ce2d15f97cd8d 100644 --- a/packages/SystemUI/tests/AndroidManifest.xml +++ b/packages/SystemUI/tests/AndroidManifest.xml @@ -18,7 +18,7 @@ xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" xmlns:tools="http://schemas.android.com/tools" android:sharedUserId="android.uid.system" - package="com.android.systemui" > + package="com.android.systemui.tests" > @@ -64,7 +64,7 @@ - - @@ -115,19 +115,19 @@ android:exported="false" /> - - -