Enables various flags in teamfood.
- Revamped wallpaper UI - Full screen wallpaper preview - Lock screen long-press gesture Bug: 269039543 Test: N/A Change-Id: Ib651bfa9dc8aafa081949b15848561c210904584
This commit is contained in:
committed by
Ale Nijamkin
parent
e9797ad610
commit
cb8fbff1b2
@@ -187,7 +187,7 @@ object Flags {
|
||||
|
||||
// TODO(b/262780002): Tracking Bug
|
||||
@JvmField
|
||||
val REVAMPED_WALLPAPER_UI = unreleasedFlag(222, "revamped_wallpaper_ui", teamfood = false)
|
||||
val REVAMPED_WALLPAPER_UI = unreleasedFlag(222, "revamped_wallpaper_ui", teamfood = true)
|
||||
|
||||
/** A different path for unocclusion transitions back to keyguard */
|
||||
// TODO(b/262859270): Tracking Bug
|
||||
@@ -217,6 +217,7 @@ object Flags {
|
||||
unreleasedFlag(
|
||||
228,
|
||||
"lock_screen_long_press_enabled",
|
||||
teamfood = true,
|
||||
)
|
||||
|
||||
// 300 - power menu
|
||||
|
||||
Reference in New Issue
Block a user