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

Commit eb41e340 authored by Matt Pietal's avatar Matt Pietal Committed by Automerger Merge Worker
Browse files

Merge "Add migration indication area feature flag" into udc-dev am: fe5a1dc8 am: 0da8b900

parents 01a9bdf7 0da8b900
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -238,6 +238,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")