summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/java/android/app/NotificationManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/NotificationManager.java b/core/java/android/app/NotificationManager.java
index 82adaaf70bcb..4330831642db 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();