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

Commit f633486b authored by Liana Kazanova's avatar Liana Kazanova Committed by Android (Google) Code Review
Browse files

Revert "Release MIGRATE_LOCK_ICON flag."

This reverts commit d1a90fb3.

Reason for revert: Potential culprit for b/293932777 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.

Change-Id: I57940332c90b8937f7e3f5a679319e5846e964c5
parent d1a90fb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -270,7 +270,7 @@ object Flags {

    /** Migrate the lock icon view to the new keyguard root view. */
    // TODO(b/286552209): Tracking bug.
    @JvmField val MIGRATE_LOCK_ICON = releasedFlag(240, "migrate_lock_icon")
    @JvmField val MIGRATE_LOCK_ICON = unreleasedFlag(240, "migrate_lock_icon", teamfood = true)

    // TODO(b/288276738): Tracking bug.
    @JvmField val WIDGET_ON_KEYGUARD = unreleasedFlag(241, "widget_on_keyguard")