summaryrefslogtreecommitdiffstats
path: root/AndroidManifest-common.xml
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2017-02-09 14:21:34 -0800
committerTony Wickham <twickham@google.com>2017-02-09 14:23:13 -0800
commitd27b65d4d0035d6b66aac3e6040aa791f155e502 (patch)
tree61760c33507ac538f5d9dd17c323555c7dbf3dd3 /AndroidManifest-common.xml
parentc6444eef17c472629b17bd7ca0da4bcb95cf5959 (diff)
downloadandroid_packages_apps_Trebuchet-d27b65d4d0035d6b66aac3e6040aa791f155e502.tar.gz
android_packages_apps_Trebuchet-d27b65d4d0035d6b66aac3e6040aa791f155e502.tar.bz2
android_packages_apps_Trebuchet-d27b65d4d0035d6b66aac3e6040aa791f155e502.zip
Temporarily remove notification listener from the manifest.
Bug: 35102937 Change-Id: I830b7146815248c80f65c91a6cf81a2664afeaac
Diffstat (limited to 'AndroidManifest-common.xml')
-rw-r--r--AndroidManifest-common.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/AndroidManifest-common.xml b/AndroidManifest-common.xml
index f3b7827ba..23ea195cd 100644
--- a/AndroidManifest-common.xml
+++ b/AndroidManifest-common.xml
@@ -76,13 +76,6 @@
android:process=":wallpaper_chooser">
</service>
- <service android:name="com.android.launcher3.notification.NotificationListener"
- android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE">
- <intent-filter>
- <action android:name="android.service.notification.NotificationListenerService" />
- </intent-filter>
- </service>
-
<meta-data android:name="android.nfc.disable_beam_default"
android:value="true" />