From a6c704810848d23dbafbd7199ca50ae50e4a7501 Mon Sep 17 00:00:00 2001 From: Evan Laird Date: Thu, 12 Oct 2023 17:42:01 -0400 Subject: [Tether] flip instant_tether for teamfood This enables the hotspot device type wifi entry, which can be represented in the internet tile Test: manual by checking sysui flags Bug: 293585143 Change-Id: Ifeddf8c8f7c521b268fb333c1eacd926964ce28d --- packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index f6f24e0aecc0..1bd2c2faa1ed 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -413,7 +413,7 @@ object Flags { releasedFlag("incompatible_charging_battery_icon") // TODO(b/293585143): Tracking Bug - val INSTANT_TETHER = unreleasedFlag("instant_tether") + val INSTANT_TETHER = unreleasedFlag("instant_tether", teamfood = true) // TODO(b/294588085): Tracking Bug val WIFI_SECONDARY_NETWORKS = releasedFlag("wifi_secondary_networks") -- cgit v1.2.3-59-g8ed1b