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

Commit bef50c9e authored by Caitlin Shkuratov's avatar Caitlin Shkuratov
Browse files

[Bluetooth] Add NEW_BLUETOOTH_REPOSITORY flag.

To be used in an upcoming CL.

Bug: 271058380
Bug: 280426085
Test: compiles
Change-Id: I602b1fa82039ce6c981aa1acde2cb1fe765b2a78
parent db86384d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -330,6 +330,11 @@ object Flags {
    // TODO(b/265892345): Tracking Bug
    val PLUG_IN_STATUS_BAR_CHIP = releasedFlag(265892345, "plug_in_status_bar_chip")

    // TODO(b/280426085): Tracking Bug
    @JvmField
    val NEW_BLUETOOTH_REPOSITORY =
        unreleasedFlag(612, "new_bluetooth_repository", teamfood = true)

    // 700 - dialer/calls
    // TODO(b/254512734): Tracking Bug
    val ONGOING_CALL_STATUS_BAR_CHIP = releasedFlag(700, "ongoing_call_status_bar_chip")