summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alexander Newcomer <newcomer@google.com> 2024-10-29 22:54:31 +0000
committer Alexander Newcomer <newcomer@google.com> 2024-10-29 23:06:03 +0000
commit76a13541074d68409f55200fbce6438c84356c8e (patch)
tree0218ebff3d155decd43efa36ce88d3a05f5f1480
parenteec846d93d72f0ccc2f458e0699a825ab64faf99 (diff)
Add aconfig flag for x on mouse hover for notifications
This will allow us to do a gantry rollout for the new X which will show on mouse hover on all individual notifications. Flag: NONE just adding the aconfig flag Test: NONE (same reasoning) Change-Id: I9292485f1b309ad1af1b0f37b0817c3f4e2fe4e7
-rw-r--r--packages/SystemUI/aconfig/systemui.aconfig10
1 files changed, 9 insertions, 1 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig
index d124c02b1808..3a9421fc4d2a 100644
--- a/packages/SystemUI/aconfig/systemui.aconfig
+++ b/packages/SystemUI/aconfig/systemui.aconfig
@@ -59,7 +59,7 @@ flag {
flag {
name: "notification_over_expansion_clipping_fix"
namespace: "systemui"
- description: "fix NSSL clipping when over-expanding; fixes split shade bug."
+ description: "Fix NSSL clipping when over-expanding; fixes split shade bug."
bug: "288553572"
metadata {
purpose: PURPOSE_BUGFIX
@@ -67,6 +67,14 @@ flag {
}
flag {
+ name: "notification_add_x_on_hover_to_dismiss"
+ namespace: "systemui"
+ description: "Adds an x to notifications which shows up on mouse hover, allowing the user to "
+ "dismiss a notification with mouse."
+ bug: "376297472"
+}
+
+flag {
name: "notification_async_group_header_inflation"
namespace: "systemui"
description: "Inflates the notification group summary header views from the background thread."