From e9d9f34265df2ed6facbc2c91506aa65c1b9cea8 Mon Sep 17 00:00:00 2001 From: Brian Isganitis Date: Tue, 17 Sep 2024 22:19:00 +0000 Subject: [PATCH] Add taskbar_quiet_mode_change_support flag to launcher.aconfig Change-Id: I04431e95ae7ed9d6be17f6a11cb4d963be2cb499 Test: go/testedequals Bug: 345760034 Flag: com.android.launcher3.taskbar_quiet_mode_change_support --- aconfig/launcher.aconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/aconfig/launcher.aconfig b/aconfig/launcher.aconfig index 43b92fae23..9c926553bc 100644 --- a/aconfig/launcher.aconfig +++ b/aconfig/launcher.aconfig @@ -412,3 +412,10 @@ flag { description: "Enables displaying the all apps button in the hotseat." bug: "270393897" } + +flag { + name: "taskbar_quiet_mode_change_support" + namespace: "launcher" + description: "Support changing quiet mode for user profiles in taskbar." + bug: "345760034" +} \ No newline at end of file