Add flag to prevent keyguard bypass

Bug: 272249570
Flag Bug: 273341787
Test: None as this is for flag creation

Change-Id: If6c3edbf2ce50adefea86c5297f641118a17667d
This commit is contained in:
Aaron Liu
2023-03-13 14:25:05 -07:00
parent bb208e4159
commit 9e1bc8b0b2

View File

@@ -226,6 +226,11 @@ object Flags {
@JvmField
val ASYNC_INFLATE_BOUNCER = unreleasedFlag(229, "async_inflate_bouncer", teamfood = true)
/** 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")
// 300 - power menu
// TODO(b/254512600): Tracking Bug
@JvmField val POWER_MENU_LITE = releasedFlag(300, "power_menu_lite")