Enable SENSITIVE_REVEAL_ANIM for teamfood
This enables the reveal animation for the sensitive notification content on the lockscreen when using face unlock. Flag: SENSITIVE_REVEAL_ANIM Bug: 243634602 Test: Two weeks with enabled flag on droidfood device Change-Id: I52322029f109a3add02f8b0e6e9d2c0f649fd0da
This commit is contained in:
@@ -87,7 +87,9 @@ object Flags {
|
||||
releasedFlag(270682168, "animated_notification_shade_insets")
|
||||
|
||||
// TODO(b/268005230): Tracking Bug
|
||||
@JvmField val SENSITIVE_REVEAL_ANIM = unreleasedFlag(268005230, "sensitive_reveal_anim")
|
||||
@JvmField
|
||||
val SENSITIVE_REVEAL_ANIM =
|
||||
unreleasedFlag(268005230, "sensitive_reveal_anim", teamfood = true)
|
||||
|
||||
// 200 - keyguard/lockscreen
|
||||
// ** Flag retired **
|
||||
|
||||
Reference in New Issue
Block a user