commit | 0d90a1d4105acd4f3ceb4b035ff32ea13e823225 | [log] [tgz] |
---|---|---|
author | Tracy Zhou <tracyzhou@google.com> | Tue Nov 07 13:46:38 2023 -0800 |
committer | Tracy Zhou <tracyzhou@google.com> | Wed Nov 08 08:36:42 2023 -0800 |
tree | 801b4b23a7afda126b457a73ac0bc53e15e41781 | |
parent | a16cb4676742fe6782228b7c2bbd77e8c5f6ddd7 [diff] |
Migrate HIDE_NAVBAR_WINDOW to aconfig and rename is to enable_taskbar_navbar_unification Bug: 309671494 Test: N/A Change-Id: I5268027079aba44d1d49dc6b1da3cc699b98884a
diff --git a/libs/WindowManager/Shell/aconfig/multitasking.aconfig b/libs/WindowManager/Shell/aconfig/multitasking.aconfig index 0e59e9a..29bdd5c 100644 --- a/libs/WindowManager/Shell/aconfig/multitasking.aconfig +++ b/libs/WindowManager/Shell/aconfig/multitasking.aconfig
@@ -28,3 +28,10 @@ description: "Enables invoking split contextually" bug: "276361926" } + +flag { + name: "enable_taskbar_navbar_unification" + namespace: "multitasking" + description: "Enables taskbar / navbar unification" + bug: "309671494" +}