Temporarily remove notification listener from the manifest.

Bug: 35102937
Change-Id: I830b7146815248c80f65c91a6cf81a2664afeaac
This commit is contained in:
Tony Wickham
2017-02-09 14:21:34 -08:00
parent c6444eef17
commit d27b65d4d0

View File

@@ -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" />