Enable Animated BigPicture notif teamfood flag
Enables Animated BigPicture Style notifications for teamfood by enabling the flag. Bug: 215583339 Test: Enabling flag, feature has unit tests and is e2e tested Change-Id: Icc893200b084e24eaae13621b02d151d43c0713d
This commit is contained in:
@@ -104,7 +104,8 @@ object Flags {
|
||||
|
||||
// TODO(b/263414400): Tracking Bug
|
||||
@JvmField
|
||||
val NOTIFICATION_ANIMATE_BIG_PICTURE = unreleasedFlag(120, "notification_animate_big_picture")
|
||||
val NOTIFICATION_ANIMATE_BIG_PICTURE =
|
||||
unreleasedFlag(120, "notification_animate_big_picture", teamfood = true)
|
||||
|
||||
// 200 - keyguard/lockscreen
|
||||
// ** Flag retired **
|
||||
|
||||
Reference in New Issue
Block a user