summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrince Donkor <princedonkor@google.com>2023-11-27 16:04:55 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-11-27 16:04:55 +0000
commit0c6dfef2dc7169f62b970d1c7c0df02f3738f43a (patch)
tree14d2a6719b294651380eefd53393f2633f991a9e
parenta171c59cead158763d9f6b3fdde8da71dcfe0988 (diff)
parent6158dc2647f095bdd631270e15a1758f06883466 (diff)
downloadsystemui-0c6dfef2dc7169f62b970d1c7c0df02f3738f43a.tar.gz
Merge "Added a home panel dream shared flag" into main
-rw-r--r--aconfig/systemui.aconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/aconfig/systemui.aconfig b/aconfig/systemui.aconfig
index 20600e4..effd2a1 100644
--- a/aconfig/systemui.aconfig
+++ b/aconfig/systemui.aconfig
@@ -5,4 +5,11 @@ flag {
namespace: "systemui"
description: "An Example Flag"
bug: "308482106"
-} \ No newline at end of file
+}
+
+flag {
+ name: "home_panel_dream"
+ namespace: "systemui"
+ description: "Enables the home controls dream feature"
+ bug: "311439802"
+}