diff --git a/core/java/android/app/NotificationManager.java b/core/java/android/app/NotificationManager.java index 82adaaf70bcbe..4330831642db3 100644 --- a/core/java/android/app/NotificationManager.java +++ b/core/java/android/app/NotificationManager.java @@ -1365,7 +1365,7 @@ public class NotificationManager { } /** - * Returns whether notifications from the calling package are blocked. + * Returns whether notifications from the calling package are enabled. */ public boolean areNotificationsEnabled() { INotificationManager service = getService();