Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c627762 authored by Bhavuk Jain's avatar Bhavuk Jain Committed by Automerger Merge Worker
Browse files

Merge "Enabled the flag for Material U shapes and auto pin confirmation on...

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

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



Change-Id: I48a6fd24c03d11ac8ec81cea879c94c12cabe0d3
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 8b677c57 9faf11fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -190,7 +190,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")