From 1fe6c19c65e50ab949deb6f3c9ae88851852576b Mon Sep 17 00:00:00 2001 From: Bhavuk Jain Date: Thu, 16 Mar 2023 15:18:14 +0000 Subject: Enabled the flag for Material U shapes and auto pin confirmation on lockscreen Bug: b/262928040 Test: Tested by building and flashing on local Change-Id: I49492199a2343826f4dcd5f770fbc3de760dcca6 --- packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 2 +- 1 file changed, 1 insertion(+), 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 b4f24a92f925..e6aa6eadcd2b 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -191,7 +191,7 @@ object Flags { // flag for controlling auto pin confirmation and material u shapes in bouncer @JvmField val AUTO_PIN_CONFIRMATION = - unreleasedFlag(224, "auto_pin_confirmation", "auto_pin_confirmation") + releasedFlag(224, "auto_pin_confirmation", "auto_pin_confirmation", teamfood = true) // TODO(b/262859270): Tracking Bug @JvmField val FALSING_OFF_FOR_UNFOLDED = releasedFlag(225, "falsing_off_for_unfolded") -- cgit v1.2.3-59-g8ed1b