Merge "Enabled the flag for Material U shapes and auto pin confirmation on lockscreen" into udc-dev am: 9faf11fc4e am: 5c62776245

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22119683

Change-Id: Ia8b85b9811aaa3810f5ce6286f8612e6c8891731
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Bhavuk Jain
2023-03-27 16:38:11 +00:00
committed by Automerger Merge Worker

View File

@@ -184,7 +184,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")