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

Commit b67ac5de authored by Brad Hinegardner's avatar Brad Hinegardner
Browse files

Flag for Migrating and Splitting Keyguard Bottom Area

Bug: 290652751
Change-Id: I108e61ef8e82a2f8d83821514859817b8aeaa1c9
parent a81b1bc8
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -268,6 +268,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