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:
Johannes Gallmann
2023-04-20 14:52:27 +02:00
parent 3e7b20e500
commit 40df7cc36c

View File

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