summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Xiaowen Lei <xilei@google.com> 2024-01-02 17:47:22 +0000
committer Xiaowen Lei <xilei@google.com> 2024-01-02 17:59:27 +0000
commit19b52dc6b96a12fa3eaf2d2a8afb94c7983bb73d (patch)
tree92d99ab8daf388da83176896a0c62efaa0026865
parent337c2efd44e5dba73f046eb488ebfb9137b8cc17 (diff)
Create aconfig flag for relocating Smartspace to bottom.
Per recommended workaround in go/sysui-aconfig, "all flags in each codebase should use just one namespace". Therefore, this CL uses systemui.aconfig rather than sysui_integrations.aconfig. Bug: 316212788 Flag: N/A Test: N/A Change-Id: I403a3ac37ca9c0002c22d923390ba4f77e334e50
-rw-r--r--packages/SystemUI/aconfig/systemui.aconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig
index d9286b3463d4..62f4c13befbb 100644
--- a/packages/SystemUI/aconfig/systemui.aconfig
+++ b/packages/SystemUI/aconfig/systemui.aconfig
@@ -296,3 +296,10 @@ flag {
description: "Displays the auto on toggle in the bluetooth QS tile dialog"
bug: "316985153"
}
+
+flag {
+ name: "smartspace_relocate_to_bottom"
+ namespace: "systemui"
+ description: "Relocate Smartspace to bottom of the Lock Screen"
+ bug: "316212788"
+}