Merge "Clarify documentation" into udc-dev

This commit is contained in:
Julia Reynolds
2023-04-05 16:07:41 +00:00
committed by Android (Google) Code Review

View File

@@ -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>
*/