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

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

Add migration indication area feature flag

Test: n/a
Bug: 280067944
Change-Id: If5e35b261c791c7f1c3126506eff06ad29c9682b
parent c9285e09
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -242,6 +242,11 @@ object Flags {
    @JvmField
    val DELAY_BOUNCER = releasedFlag(235, "delay_bouncer")

    /** 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")

    // 300 - power menu
    // TODO(b/254512600): Tracking Bug
    @JvmField val POWER_MENU_LITE = releasedFlag(300, "power_menu_lite")