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

Commit fbcbb80f authored by Catherine Liang's avatar Catherine Liang
Browse files

Define flag for wallpaper preview loading animation (1/3)

This flag is owned in System UI and served to Wallpaper Picker (WPP)
through the customization content provider.

Bug: 274443705
Test: manually made sure that I can read the flag value in wallpaper
picker and its value matches whatever I set the flag to.

Change-Id: Icb9b7fe7985b16c07beac44bfda63abb5cfe1956
parent f9b73ffb
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -282,6 +282,15 @@ object Flags {
    // TODO(b/291767565): Tracking bug.
    @JvmField val MIGRATE_KEYGUARD_STATUS_VIEW = unreleasedFlag(243, "migrate_keyguard_status_view")

    /** Enables preview loading animation in the wallpaper picker. */
    // TODO(b/274443705): Tracking Bug
    @JvmField
    val WALLPAPER_PICKER_PREVIEW_ANIMATION =
            unreleasedFlag(
                    244,
                    "wallpaper_picker_preview_animation"
            )

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