From 7b987440a980a78f716328a0b8882f025359910a Mon Sep 17 00:00:00 2001 From: Mark Renouf Date: Fri, 22 Jan 2021 12:46:18 -0500 Subject: [PATCH] Javadoc fix, correct typo Bug: 178111968 Test: read it Change-Id: I753c46eaeaa7ce41649849db648f472fba81bddd --- .../service/notification/NotificationListenerService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/service/notification/NotificationListenerService.java b/core/java/android/service/notification/NotificationListenerService.java index 01e52608ab029..c41e599d5caea 100644 --- a/core/java/android/service/notification/NotificationListenerService.java +++ b/core/java/android/service/notification/NotificationListenerService.java @@ -150,7 +150,7 @@ public abstract class NotificationListenerService extends Service { public static final int HINT_HOST_DISABLE_NOTIFICATION_EFFECTS = 1 << 1; /** {@link #getCurrentListenerHints() Listener hints} constant - the primary device UI - * should disable phone call sounds, buyt not notification sound. + * should disable phone call sounds, but not notification sound. * This does not change the interruption filter, only the effects. **/ public static final int HINT_HOST_DISABLE_CALL_EFFECTS = 1 << 2;