Change output switcher enable api flag to released flag

Bug: 264938937
Test: Using MediaRouter sample app.
Change-Id: I8d76cc7e8fc00c25352f1b6b535ec41ebc2d698b
This commit is contained in:
Bishoy Gendy
2023-02-14 15:50:35 +00:00
parent cae3b6f706
commit 87f050838a

View File

@@ -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