Launch feature to teamfood.

Launch prevent bypass keyguard to teamfood.

Bug: 273341787
Test: Been testing locally
Change-Id: I0396ae62d6764e80aececf48b22d35fa9dc490ae
This commit is contained in:
Aaron Liu
2023-03-21 11:25:03 -07:00
parent 90b21ce6c4
commit 1ee9c3e866

View File

@@ -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