summaryrefslogtreecommitdiff
path: root/tests/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/AndroidManifest.xml')
-rw-r--r--tests/AndroidManifest.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index 998bf046..af0ecfe9 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -20,6 +20,14 @@
android:sharedUserId="android.uid.system"
package="com.android.systemui.tests">
+ <permission
+ android:name="com.android.car.docklib.permission.BROADCAST_SENDER"
+ tools:node="remove" />
+
+ <permission
+ android:name="com.android.car.docklib.permission.BROADCAST_RECEIVER"
+ tools:node="remove" />
+
<application
android:name="com.android.systemui.SystemUIApplication"
android:debuggable="true"