Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6c70481 authored by Evan Laird's avatar Evan Laird
Browse files

[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
parent 8215dce6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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")