commit | c468191e9cf5246fc9bb60eabff9b9b70e32140e | [log] [tgz] |
---|---|---|
author | Tracy Zhou <tracyzhou@google.com> | Tue Jun 18 19:50:01 2024 +0000 |
committer | Tracy Zhou <tracyzhou@google.com> | Tue Jun 18 20:06:18 2024 +0000 |
tree | 144738845b64c50bd8c1c9ac65e0f83d9699ece0 | |
parent | 6f7945609f0e6caddce103fc4eaa41f3d7daad65 [diff] |
Add flag to enable taskbar on phones Bug: 348007377 Test: N/A Flag: com.android.wm.shell.enable_taskbar_on_phones Change-Id: I0d6ede2ebb1d6dd4ef7eb04ab77cb295c7c2d1f3
diff --git a/libs/WindowManager/Shell/aconfig/multitasking.aconfig b/libs/WindowManager/Shell/aconfig/multitasking.aconfig index 112eb61..3b7eb29 100644 --- a/libs/WindowManager/Shell/aconfig/multitasking.aconfig +++ b/libs/WindowManager/Shell/aconfig/multitasking.aconfig
@@ -121,3 +121,13 @@ purpose: PURPOSE_BUGFIX } } + +flag { + name: "enable_taskbar_on_phones" + namespace: "multitasking" + description: "Enables taskbar on phones" + bug: "348007377" + metadata { + purpose: PURPOSE_BUGFIX + } +}