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

Commit 6c9a8065 authored by Fengjiang Li's avatar Fengjiang Li
Browse files

[1/n] Add WALLPAPER_PICKER_GRID_APPLY_BUTTON to SysUi Flags.kt

Resubmit of ag/24343660 that was reverted due to failure to merge on main.

Test: N/A
Bug: 294866904
Change-Id: Ibd45b0039959d24308a47bde4652ec768e7d9ceb
parent 67f9627b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -190,6 +190,9 @@ object CustomizationProviderContract {
        /** Flag denoting transit clock are enabled in wallpaper picker. */
        const val FLAG_NAME_PAGE_TRANSITIONS = "wallpaper_picker_page_transitions"

        /** Flag denoting adding apply button to wallpaper picker's grid preview page. */
        const val FLAG_NAME_GRID_APPLY_BUTTON = "wallpaper_picker_grid_apply_button"

        /** Flag denoting whether preview loading animation is enabled. */
        const val FLAG_NAME_WALLPAPER_PICKER_PREVIEW_ANIMATION =
            "wallpaper_picker_preview_animation"
+6 −0
Original line number Diff line number Diff line
@@ -226,6 +226,12 @@ object Flags {
    val WALLPAPER_PICKER_PAGE_TRANSITIONS =
        unreleasedFlag("wallpaper_picker_page_transitions")

    /** Add "Apply" button to wall paper picker's grid preview page. */
    // TODO(b/294866904): Tracking bug.
    @JvmField
    val WALLPAPER_PICKER_GRID_APPLY_BUTTON =
            unreleasedFlag("wallpaper_picker_grid_apply_button")

    /** Whether to run the new udfps keyguard refactor code. */
    // TODO(b/279440316): Tracking bug.
    @JvmField