From 067ad8ed0230b3673e3290594aedef38a4160cfd Mon Sep 17 00:00:00 2001 From: Andreas Miko Date: Mon, 8 May 2023 18:56:48 +0200 Subject: [PATCH] Activate flag for Light Reveal Effect Bug: b/281655028 (Feature flag tracking) Bug: b/271267950 Test: Added unit test and manually tested on pixel 6a and tablet Change-Id: Ie0881ac41578e828096dabb13607786aa0155b35 --- 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 a4d4a9a9bf56c..9db2506fda7f6 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -156,8 +156,9 @@ object Flags { * Migrates control of the LightRevealScrim's reveal effect and amount from legacy code to the * new KeyguardTransitionRepository. */ + // TODO(b/281655028): Tracking bug @JvmField - val LIGHT_REVEAL_MIGRATION = unreleasedFlag(218, "light_reveal_migration", teamfood = false) + val LIGHT_REVEAL_MIGRATION = unreleasedFlag(218, "light_reveal_migration", teamfood = true) /** Flag to control the migration of face auth to modern architecture. */ // TODO(b/262838215): Tracking bug