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

Commit 335ac78c authored by Brad Hinegardner's avatar Brad Hinegardner Committed by Android (Google) Code Review
Browse files

Merge "Flag for Migrating and Splitting Keyguard Bottom Area" into udc-qpr-dev

parents f56b0db7 b67ac5de
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -258,6 +258,16 @@ object Flags {
    @JvmField
    val MIGRATE_INDICATION_AREA = unreleasedFlag(236, "migrate_indication_area", teamfood = true)

    /**
     * Migrate the bottom area to the new keyguard root view.
     * Because there is no such thing as a "bottom area" after this, this also breaks it up into
     * many smaller, modular pieces.
     */
    // TODO(b/290652751): Tracking bug.
    @JvmField
    val MIGRATE_SPLIT_KEYGUARD_BOTTOM_AREA =
        unreleasedFlag(290652751, "migrate_split_keyguard_bottom_area")

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