summaryrefslogtreecommitdiffstats
path: root/AndroidManifest-common.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest-common.xml')
-rw-r--r--AndroidManifest-common.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest-common.xml b/AndroidManifest-common.xml
index 1beaea53e..d7c16e650 100644
--- a/AndroidManifest-common.xml
+++ b/AndroidManifest-common.xml
@@ -110,8 +110,8 @@
<service
android:name="com.android.launcher3.notification.NotificationListener"
- android:label="@string/icon_badging_service_title"
- android:enabled="@bool/notification_badging_enabled"
+ android:label="@string/notification_dots_service_title"
+ android:enabled="@bool/notification_dots_enabled"
android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE">
<intent-filter>
<action android:name="android.service.notification.NotificationListenerService" />