summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Rahul Banerjee <rahulbanerjee@google.com> 2024-11-13 17:02:58 -0800
committer Rahul Banerjee <rahulbanerjee@google.com> 2024-11-13 17:05:35 -0800
commitf43c39ba19b5521e9f2c430b720cc7efdeefe978 (patch)
tree05921d92c9e73b0db922975ceb71ecec0185a4bb
parent29dae0b6bb12d082f500ea0bd9c8f60ed06f3368 (diff)
Adding a flag to control the Notification Shade blur
Flag: EXEMPT adding new flag Test: N/A Bug: 370555223 Change-Id: Iafbf4841cbb2c5a4cabe7be128ca3e41be852e18
-rw-r--r--packages/SystemUI/aconfig/systemui.aconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig
index a4b8821383e0..123f82393679 100644
--- a/packages/SystemUI/aconfig/systemui.aconfig
+++ b/packages/SystemUI/aconfig/systemui.aconfig
@@ -1748,6 +1748,13 @@ flag {
}
flag {
+ name: "notification_shade_blur"
+ namespace: "systemui"
+ description: "Enables the new blur effect on the Notification Shade."
+ bug: "370555223"
+}
+
+flag {
name: "ensure_enr_views_visibility"
namespace: "systemui"
description: "Ensures public and private visibilities"
@@ -1790,4 +1797,4 @@ flag {
metadata {
purpose: PURPOSE_BUGFIX
}
-} \ No newline at end of file
+}