diff options
| author | 2023-10-12 17:42:01 -0400 | |
|---|---|---|
| committer | 2023-10-16 15:44:22 -0400 | |
| commit | a6c704810848d23dbafbd7199ca50ae50e4a7501 (patch) | |
| tree | 3f65ec30279a420e87ebf387efe1cce9d2d5822f | |
| parent | 8215dce6dd50368346c7165d1964654797def0a3 (diff) | |
[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
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 2 |
1 files changed, 1 insertions, 1 deletions
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") |