From 7b7a73a7b67fc8aa75e58bf0efbaf49c1fee6ff0 Mon Sep 17 00:00:00 2001 From: Jon Miranda Date: Thu, 27 Feb 2025 09:41:50 -0800 Subject: [PATCH] Add bugfix flag for enable_taskbar_behind_shade Bug: 343194358 Test: n/a this is just adding a flag Flag: EXEMPT adding the flag Change-Id: I3f1b1f958427a22bbbaab95da362397c5f79f1cd --- aconfig/launcher.aconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/aconfig/launcher.aconfig b/aconfig/launcher.aconfig index cc746eb7ec..ca6e24c768 100644 --- a/aconfig/launcher.aconfig +++ b/aconfig/launcher.aconfig @@ -636,3 +636,13 @@ flag { description: "Enables gesture navigation handling on connected displays" bug: "382130680" } + +flag { + name: "enable_taskbar_behind_shade" + namespace: "lse_desktop_experience" + description: "Keeps taskbar behind notification shade when its pulled down" + bug: "343194358" + metadata { + purpose: PURPOSE_BUGFIX + } +}