Release flag

Release flag for activity starter.

Bug: 278761837
Bug: 278273334
Test: Ensure that the previous tests that failed are now passing on
abtd.

Change-Id: If92f7b458839299417d6002b28cb309c77ac89f2
This commit is contained in:
Aaron Liu
2023-05-04 12:35:36 -07:00
parent ec53bda6ea
commit 4bf3cf15ce

View File

@@ -712,6 +712,5 @@ object Flags {
// TODO(b/278761837): Tracking Bug
@JvmField
val USE_NEW_ACTIVITY_STARTER = unreleasedFlag(2801, name = "use_new_activity_starter",
teamfood = true)
val USE_NEW_ACTIVITY_STARTER = releasedFlag(2801, name = "use_new_activity_starter")
}