summaryrefslogtreecommitdiff
path: root/core/java/android/app/NotificationChannelGroup.java
diff options
context:
space:
mode:
authorJulia Reynolds <juliacr@google.com>2018-03-29 15:44:13 -0400
committerJulia Reynolds <juliacr@google.com>2018-03-29 16:39:06 -0400
commit8d2b053611fe4a52602c125bf1f577c12083848a (patch)
treea6036d038867fb2c8088d30f23a46bca19d3ad32 /core/java/android/app/NotificationChannelGroup.java
parent7276e63f4c62e37cae1540c928d5f07d7da52a7d (diff)
Update notification blocking documentation.
Change-Id: I3e5425321d127fbf11adfa1c4ac5bed53fc73e03 Fixes: 73750866 Test: make
Diffstat (limited to 'core/java/android/app/NotificationChannelGroup.java')
-rw-r--r--core/java/android/app/NotificationChannelGroup.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/java/android/app/NotificationChannelGroup.java b/core/java/android/app/NotificationChannelGroup.java
index 16166f7cf1cf..0fa3c7fa6492 100644
--- a/core/java/android/app/NotificationChannelGroup.java
+++ b/core/java/android/app/NotificationChannelGroup.java
@@ -145,7 +145,9 @@ public final class NotificationChannelGroup implements Parcelable {
/**
* Returns whether or not notifications posted to {@link NotificationChannel channels} belonging
- * to this group are blocked.
+ * to this group are blocked. This value is independent of
+ * {@link NotificationManager#areNotificationsEnabled()} and
+ * {@link NotificationChannel#getImportance()}.
*/
public boolean isBlocked() {
return mBlocked;