diff options
| author | 2024-09-24 15:03:09 +0000 | |
|---|---|---|
| committer | 2024-09-24 15:03:09 +0000 | |
| commit | 548771c0de97b57a734fa29a2c60836bdcb370ea (patch) | |
| tree | 1e6ccd2c905c6af5d98817683bef63e920304fd6 | |
| parent | f9e5a8f9cba57dbbb4a8541fa279e49d59f283a4 (diff) | |
| parent | cec5a5a0ec561462983654c09d4b3360f6669244 (diff) | |
Merge "1/ Add a flag to track toptasktracker migration" into main
| -rw-r--r-- | libs/WindowManager/Shell/aconfig/multitasking.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libs/WindowManager/Shell/aconfig/multitasking.aconfig b/libs/WindowManager/Shell/aconfig/multitasking.aconfig index 526ccd55ce3d..63a288079401 100644 --- a/libs/WindowManager/Shell/aconfig/multitasking.aconfig +++ b/libs/WindowManager/Shell/aconfig/multitasking.aconfig @@ -122,6 +122,16 @@ flag { } flag { + name: "enable_shell_top_task_tracking" + namespace: "multitasking" + description: "Enables tracking top tasks from the shell" + bug: "342627272" + metadata { + purpose: PURPOSE_BUGFIX + } +} + +flag { name: "enable_bubble_bar_in_persistent_task_bar" namespace: "multitasking" description: "Enable bubble bar to be shown in the persistent task bar" |