diff options
author | 2025-04-04 21:47:16 -0700 | |
---|---|---|
committer | 2025-04-04 21:47:16 -0700 | |
commit | 92c687d0c0abf5c8c76aaf33476dbe3f1384e677 (patch) | |
tree | 8e5f5865f58a7185d8663158759ed57845702947 /services | |
parent | a5f7ff521d9e05a6a1b42eaf2ecee60ad0033ff5 (diff) | |
parent | cfa6ede1c3116cd3ac77470ec67569ecfc938340 (diff) |
Merge cherrypicks of ['googleplex-android-review.googlesource.com/32805538', 'googleplex-android-review.googlesource.com/32837056', 'googleplex-android-review.googlesource.com/32837463', 'googleplex-android-review.googlesource.com/32837650', 'googleplex-android-review.googlesource.com/32837464'] into 25Q2-release.
Change-Id: I4d4a35ffb0450990b33c8a1e2792d1be4c66ed60
Diffstat (limited to 'services')
-rw-r--r-- | services/core/java/com/android/server/notification/NotificationManagerService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/notification/NotificationManagerService.java b/services/core/java/com/android/server/notification/NotificationManagerService.java index cc5de3cc01ed..80a120ffbbc1 100644 --- a/services/core/java/com/android/server/notification/NotificationManagerService.java +++ b/services/core/java/com/android/server/notification/NotificationManagerService.java @@ -638,7 +638,7 @@ public class NotificationManagerService extends SystemService { static final long NOTIFICATION_MAX_AGE_AT_POST = Duration.ofDays(14).toMillis(); // Minium number of sparse groups for a package before autogrouping them - private static final int AUTOGROUP_SPARSE_GROUPS_AT_COUNT = 3; + private static final int AUTOGROUP_SPARSE_GROUPS_AT_COUNT = 6; private static final Duration ZEN_BROADCAST_DELAY = Duration.ofMillis(250); |