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

Commit 5d6a41ff authored by William Leshner's avatar William Leshner Committed by Automerger Merge Worker
Browse files

Merge "Add sysui feature flags for two dream features." into udc-qpr-dev am:...

Merge "Add sysui feature flags for two dream features." into udc-qpr-dev am: e450e5f0 am: 2079c7a2

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



Change-Id: I4a2b80d697b9fae9532833f5a2d018b1fc59dcaa
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents f0e5b622 2079c7a2
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -146,6 +146,14 @@ object Flags {
    val LOCKSCREEN_WITHOUT_SECURE_LOCK_WHEN_DREAMING = releasedFlag(208,
        "lockscreen_without_secure_lock_when_dreaming")

    // TODO(b/286092087): Tracking Bug
    @JvmField
    val ENABLE_SYSTEM_UI_DREAM_CONTROLLER = unreleasedFlag(301, "enable_system_ui_dream_controller")

    // TODO(b/288287730): Tracking Bug
    @JvmField
    val ENABLE_SYSTEM_UI_DREAM_HOSTING = unreleasedFlag(302, "enable_system_ui_dream_hosting")

    /**
     * Whether the clock on a wide lock screen should use the new "stepping" animation for moving
     * the digits when the clock moves.