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

Commit af9bc897 authored by Michael Mikhail's avatar Michael Mikhail
Browse files

DO NOT MERGE Remove explicit indicator flag from teamfood.

Feature will be released on U and it's currently on dogfood in master
branch.

Bug: 263512203
Test: atest MediaDataManagerTest
Test: atest MediaControlPanelTest
Change-Id: I0037d84ff315f12aa18164ef397f3f286fa4f0ad
parent 5a4abdf4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -352,7 +352,7 @@ object Flags {
    val MEDIA_TTT_RECEIVER_SUCCESS_RIPPLE = releasedFlag(910, "media_ttt_receiver_success_ripple")

    // TODO(b/263512203): Tracking Bug
    val MEDIA_EXPLICIT_INDICATOR = unreleasedFlag(911, "media_explicit_indicator", teamfood = true)
    val MEDIA_EXPLICIT_INDICATOR = unreleasedFlag(911, "media_explicit_indicator")

    // TODO(b/265813373): Tracking Bug
    val MEDIA_TAP_TO_TRANSFER_DISMISS_GESTURE = releasedFlag(912, "media_ttt_dismiss_gesture")