From f83109a235bbd1ba3f78c3eb0eb25ef34ad9f3bc Mon Sep 17 00:00:00 2001 From: Evan Laird Date: Fri, 20 Jan 2023 15:28:01 -0500 Subject: [PATCH] [Sb refactor] Enable new pipeline frontend for teamfood This turns on the new mobile iconography frontend for the wi-fi and mobile icons. Bug: 238425913 Test: manual Change-Id: Ida14ca603b9a26198ca8887efef9f16388ba680c --- packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index 42e7e93f48250..1c7add1286371 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -254,10 +254,11 @@ object Flags { // 600- status bar // TODO(b/256614753): Tracking Bug - val NEW_STATUS_BAR_MOBILE_ICONS = unreleasedFlag(606, "new_status_bar_mobile_icons") + val NEW_STATUS_BAR_MOBILE_ICONS = + unreleasedFlag(606, "new_status_bar_mobile_icons", teamfood = true) // TODO(b/256614210): Tracking Bug - val NEW_STATUS_BAR_WIFI_ICON = unreleasedFlag(607, "new_status_bar_wifi_icon") + val NEW_STATUS_BAR_WIFI_ICON = unreleasedFlag(607, "new_status_bar_wifi_icon", teamfood = true) // TODO(b/256614751): Tracking Bug val NEW_STATUS_BAR_MOBILE_ICONS_BACKEND =