summaryrefslogtreecommitdiffstats
path: root/AndroidManifest-common.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-03-01 16:10:19 -0800
committerSunny Goyal <sunnygoyal@google.com>2018-03-01 16:10:37 -0800
commitc466b173d5a027ececd22299b9e0c634ccd0a1b5 (patch)
tree2b03cc7b7805054a497fbc3e5feab4857230ede2 /AndroidManifest-common.xml
parentdd535466bf2ce88e07d489fa05a9caed274b028e (diff)
downloadandroid_packages_apps_Trebuchet-c466b173d5a027ececd22299b9e0c634ccd0a1b5.tar.gz
android_packages_apps_Trebuchet-c466b173d5a027ececd22299b9e0c634ccd0a1b5.tar.bz2
android_packages_apps_Trebuchet-c466b173d5a027ececd22299b9e0c634ccd0a1b5.zip
Adding a label for the notifiation service
Bug: 72314360 Change-Id: Ib7ae98015241cf6548dbb4d615cae514a4dde983
Diffstat (limited to 'AndroidManifest-common.xml')
-rw-r--r--AndroidManifest-common.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/AndroidManifest-common.xml b/AndroidManifest-common.xml
index bb03f5076..c24850d84 100644
--- a/AndroidManifest-common.xml
+++ b/AndroidManifest-common.xml
@@ -87,9 +87,11 @@
android:process=":wallpaper_chooser"
android:permission="android.permission.BIND_JOB_SERVICE" />
- <service android:name="com.android.launcher3.notification.NotificationListener"
- android:enabled="@bool/notification_badging_enabled"
- android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE">
+ <service
+ android:name="com.android.launcher3.notification.NotificationListener"
+ android:label="@string/icon_badging_service_title"
+ android:enabled="@bool/notification_badging_enabled"
+ android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE">
<intent-filter>
<action android:name="android.service.notification.NotificationListenerService" />
</intent-filter>