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

Commit f744fe30 authored by Chandru S's avatar Chandru S
Browse files

Enable teamfood on the bouncer messages feature

Test: verified the flag is on manually
Bug: 277961132

Change-Id: I30928de1635e2afc1b76b0dce6de1ab1b1cf2ef1
parent dd593baa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -253,7 +253,8 @@ object Flags {

    /** Provide new auth messages on the bouncer. */
    // TODO(b/277961132): Tracking bug.
    @JvmField val REVAMPED_BOUNCER_MESSAGES = unreleasedFlag("revamped_bouncer_messages")
    @JvmField val REVAMPED_BOUNCER_MESSAGES = unreleasedFlag("revamped_bouncer_messages",
            teamfood = true)

    /** Keyguard Migration */