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

Commit 1ee9c3e8 authored by Aaron Liu's avatar Aaron Liu
Browse files

Launch feature to teamfood.

Launch prevent bypass keyguard to teamfood.

Bug: 273341787
Test: Been testing locally
Change-Id: I0396ae62d6764e80aececf48b22d35fa9dc490ae
parent 90b21ce6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -231,7 +231,7 @@ object Flags {
    /** Whether to inflate the bouncer view on a background thread. */
    // TODO(b/273341787): Tracking Bug
    @JvmField
    val PREVENT_BYPASS_KEYGUARD = unreleasedFlag(230, "prevent_bypass_keyguard")
    val PREVENT_BYPASS_KEYGUARD = unreleasedFlag(230, "prevent_bypass_keyguard", teamfood = true)

    // 300 - power menu
    // TODO(b/254512600): Tracking Bug