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

Commit ff78df0c authored by Matt Pietal's avatar Matt Pietal
Browse files

Enable migrate_indication_area For Teamfood

Bug: 280067944
Test: manual
Change-Id: I01be5d1547ed6386fb7effdfbed26ae7e0c5a90f
parent 1b81edeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -252,7 +252,7 @@ object Flags {
    /** Migrate the indication area to the new keyguard root view. */
    // TODO(b/280067944): Tracking bug.
    @JvmField
    val MIGRATE_INDICATION_AREA = unreleasedFlag(236, "migrate_indication_area")
    val MIGRATE_INDICATION_AREA = unreleasedFlag(236, "migrate_indication_area", teamfood = true)

    /** Whether to listen for fingerprint authentication over keyguard occluding activities. */
    // TODO(b/283260512): Tracking bug.