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
This commit is contained in:
Catherine Liang
2023-07-11 15:41:11 +00:00
parent f9b73ffb77
commit fbcbb80f73

View File

@@ -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")