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

Commit 8e9569ce authored by Chandru S's avatar Chandru S Committed by Android (Google) Code Review
Browse files

Merge "Enable teamfood on the bouncer messages feature" into main

parents 0fdccbae f744fe30
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 */