From 1d4f848c5f91b5cb48fd66b295376680b8ca9778 Mon Sep 17 00:00:00 2001 From: Alexander Roederer Date: Wed, 18 Jan 2023 14:57:38 +0000 Subject: [PATCH] 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 --- packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index 8dc5d6bb137a3..e5b27b77de9b9 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -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 **