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

Commit e1d63210 authored by Alejandro Nijamkin's avatar Alejandro Nijamkin Committed by Ale Nijamkin
Browse files

Adds flag for opening WPP directly from keyguard long-press.

If this flags is enabled, the long-press lock screen gesture will
directly open the wallpaper picker lock screen settings tab, skipping
the popup.

Bug: 275517886
Test: Tested with the next CL in the chain.
Change-Id: Id41e82b903d19c4e58778f0dcb22a45c83b0a388
parent 0b097466
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -230,6 +230,12 @@ object Flags {
    @JvmField
    val REFACTOR_KEYGUARD_DISMISS_INTENT = unreleasedFlag(231, "refactor_keyguard_dismiss_intent")

    /** Whether to allow long-press on the lock screen to directly open wallpaper picker. */
    // TODO(b/277220285): Tracking bug.
    @JvmField
    val LOCK_SCREEN_LONG_PRESS_DIRECT_TO_WPP =
        unreleasedFlag(232, "lock_screen_long_press_directly_opens_wallpaper_picker")

    // 300 - power menu
    // TODO(b/254512600): Tracking Bug
    @JvmField val POWER_MENU_LITE = releasedFlag(300, "power_menu_lite")