summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Justin Weir <justinweir@google.com> 2025-03-06 14:36:01 -0500
committer Justin Weir <justinweir@google.com> 2025-03-06 15:46:44 -0500
commitc0669619bf00bfa41eec7a30de0f2d0dc18f27da (patch)
tree3f3c95e0874075d339f5b9c20915061ce05b04e0
parent4ba96e9335817a4e84baae947dbe3780b599f842 (diff)
Add flag disable_shade_visible_with_blur
Bug: 394977231 Flag: com.android.systemui.disable_shade_visible_with_blur Test: EXEMPT non-functional change Change-Id: I03e7e7bf0cc810c8193c88df9377047103d25f53
-rw-r--r--packages/SystemUI/aconfig/systemui.aconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig
index 3c86f28cccb3..1d2da1964ce4 100644
--- a/packages/SystemUI/aconfig/systemui.aconfig
+++ b/packages/SystemUI/aconfig/systemui.aconfig
@@ -1843,6 +1843,16 @@ flag {
}
flag {
+ name: "disable_shade_visible_with_blur"
+ namespace: "systemui"
+ description: "Removes the check for a blur radius when determining shade window visibility"
+ bug: "356804470"
+ metadata {
+ purpose: PURPOSE_BUGFIX
+ }
+}
+
+flag {
name: "notification_row_transparency"
namespace: "systemui"
description: "Enables transparency on the Notification Shade."