From d50f5cb431c9707ccb1c732fa7e96fd9fa4b032e Mon Sep 17 00:00:00 2001 From: Saumya Prakash Date: Wed, 5 Feb 2025 19:22:29 +0000 Subject: [PATCH] Add aconfig feature flag for expressive theme in Gesture nav and Taskbar Test: Presubmit Fix: 394613212 Flag: com.android.launcher3.expressive_theme_in_taskbar_and_navigation Change-Id: I73ad79719d255953e75445209fa92c587356a47b --- aconfig/launcher.aconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/aconfig/launcher.aconfig b/aconfig/launcher.aconfig index b70490be45..9fa2f5085a 100644 --- a/aconfig/launcher.aconfig +++ b/aconfig/launcher.aconfig @@ -591,3 +591,13 @@ flag { description: "Enable Alt + Tab KQS support on connected displays" bug: "394007677" } + +flag { + name: "expressive_theme_in_taskbar_and_navigation" + namespace: "launcher" + description: "Enables the expressive theme and GSF font styles for Taskbar and Gesture Navigation" + bug: "394613212" + metadata { + purpose: PURPOSE_BUGFIX + } +}