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

Commit 87f05083 authored by Bishoy Gendy's avatar Bishoy Gendy
Browse files

Change output switcher enable api flag to released flag

Bug: 264938937
Test: Using MediaRouter sample app.
Change-Id: I8d76cc7e8fc00c25352f1b6b535ec41ebc2d698b
parent cae3b6f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -613,7 +613,7 @@ object Flags {
    // TODO(b/20911786): Tracking Bug
    @JvmField
    val OUTPUT_SWITCHER_SHOW_API_ENABLED =
        unreleasedFlag(2503, "output_switcher_show_api_enabled", teamfood = true)
        releasedFlag(2503, "output_switcher_show_api_enabled", teamfood = true)

    // 2700 - unfold transitions
    // TODO(b/265764985): Tracking Bug