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

Commit 4bf3cf15 authored by Aaron Liu's avatar Aaron Liu
Browse files

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
parent ec53bda6
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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")
}