Merge "Merge "Add flag for async bouncer." into tm-qpr-dev am: ccc5a355ee am: f124983f14 am: 11d17bba40 am: 5b5558a673"
This commit is contained in:
committed by
Android (Google) Code Review
commit
009f26e28f
@@ -214,6 +214,11 @@ object Flags {
|
||||
"lock_screen_long_press_enabled"
|
||||
)
|
||||
|
||||
/** Whether to inflate the bouncer view on a background thread. */
|
||||
// TODO(b/272091103): Tracking Bug
|
||||
@JvmField
|
||||
val ASYNC_INFLATE_BOUNCER = unreleasedFlag(229, "async_inflate_bouncer", teamfood = true)
|
||||
|
||||
// 300 - power menu
|
||||
// TODO(b/254512600): Tracking Bug
|
||||
@JvmField val POWER_MENU_LITE = releasedFlag(300, "power_menu_lite")
|
||||
|
||||
Reference in New Issue
Block a user