summaryrefslogtreecommitdiff
path: root/tests/functional/safetycenter/singleuser/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/safetycenter/singleuser/AndroidManifest.xml')
-rw-r--r--tests/functional/safetycenter/singleuser/AndroidManifest.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/functional/safetycenter/singleuser/AndroidManifest.xml b/tests/functional/safetycenter/singleuser/AndroidManifest.xml
index 7ca38dede..18a3b167a 100644
--- a/tests/functional/safetycenter/singleuser/AndroidManifest.xml
+++ b/tests/functional/safetycenter/singleuser/AndroidManifest.xml
@@ -17,14 +17,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="android.safetycenter.functional">
<application>
- <service android:name=".testing.TestNotificationListener"
- android:label="TestNotificationListener"
- android:exported="false"
- android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE">
- <intent-filter>
- <action android:name="android.service.notification.NotificationListenerService" />
- </intent-filter>
- </service>
+
<uses-library android:name="android.test.runner"/>
</application>