Loading core/java/android/app/Notification.java +3 −2 Original line number Diff line number Diff line Loading @@ -4067,8 +4067,9 @@ public class Notification implements Parcelable * notification if alerts for this notification's group should be handled by a different * notification. This is only applicable for notifications that belong to a * {@link #setGroup(String) group}. This must be called on all notifications you want to * mute. For example, if you want only the summary of your group to make noise, all * children in the group should have the group alert behavior {@link #GROUP_ALERT_SUMMARY}. * mute. For example, if you want only the summary of your group to make noise and/or peek * on screen, all children in the group should have the group alert behavior * {@link #GROUP_ALERT_SUMMARY}. * * <p> The default value is {@link #GROUP_ALERT_ALL}.</p> */ Loading Loading
core/java/android/app/Notification.java +3 −2 Original line number Diff line number Diff line Loading @@ -4067,8 +4067,9 @@ public class Notification implements Parcelable * notification if alerts for this notification's group should be handled by a different * notification. This is only applicable for notifications that belong to a * {@link #setGroup(String) group}. This must be called on all notifications you want to * mute. For example, if you want only the summary of your group to make noise, all * children in the group should have the group alert behavior {@link #GROUP_ALERT_SUMMARY}. * mute. For example, if you want only the summary of your group to make noise and/or peek * on screen, all children in the group should have the group alert behavior * {@link #GROUP_ALERT_SUMMARY}. * * <p> The default value is {@link #GROUP_ALERT_ALL}.</p> */ Loading