From 21b7ff1f0cf2451e93565a08382b1d355700da13 Mon Sep 17 00:00:00 2001 From: Caitlin Shkuratov Date: Tue, 6 Jun 2023 14:22:05 +0000 Subject: [Bluetooth] Enable NEW_BLUETOOTH_REPOSITORY for droidfood. Flag has been on in teamfood for 10 days with no bugs reported. Bug: 280426085 Fixes: 271058380 Test: compiles Change-Id: I594b124bd7d19f4cdcbf12b1199bf9f9f366e080 --- packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 3 +-- 1 file changed, 1 insertion(+), 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 e5bc4c9e1b23..052797367754 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -355,8 +355,7 @@ object Flags { // TODO(b/280426085): Tracking Bug @JvmField - val NEW_BLUETOOTH_REPOSITORY = - unreleasedFlag(612, "new_bluetooth_repository", teamfood = true) + val NEW_BLUETOOTH_REPOSITORY = releasedFlag(612, "new_bluetooth_repository") // 700 - dialer/calls // TODO(b/254512734): Tracking Bug -- cgit v1.2.3-59-g8ed1b