summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Caitlin Shkuratov <caitlinshk@google.com> 2023-08-10 14:17:39 +0000
committer Caitlin Shkuratov <caitlinshk@google.com> 2023-08-10 14:18:31 +0000
commit891313c0978028a04e14e0a7ba608ba7df26cda0 (patch)
tree808313ab3859b875e35d75e25bb0ba2a0342fa7b
parent1421309eab4a13ffae0bb6b04c4abf3235cac5f5 (diff)
[Status Bar][Wifi] Launch WIFI_TRACKER_LIB_FOR_WIFI_ICON to droidfood.
Bug: 292533677 Test: compiles Change-Id: I08545706ac6d09c88ab9457a19d7f8e0365e7d34
-rw-r--r--packages/SystemUI/src/com/android/systemui/flags/Flags.kt3
1 files changed, 1 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 8b549956b397..cfab00125e8c 100644
--- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
+++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
@@ -368,8 +368,7 @@ object Flags {
@JvmField val NEW_BLUETOOTH_REPOSITORY = releasedFlag("new_bluetooth_repository")
// TODO(b/292533677): Tracking Bug
- val WIFI_TRACKER_LIB_FOR_WIFI_ICON =
- unreleasedFlag("wifi_tracker_lib_for_wifi_icon", teamfood = true)
+ val WIFI_TRACKER_LIB_FOR_WIFI_ICON = releasedFlag("wifi_tracker_lib_for_wifi_icon")
// TODO(b/293863612): Tracking Bug
@JvmField val INCOMPATIBLE_CHARGING_BATTERY_ICON =