Loading packages/SystemUI/src/com/android/systemui/flags/Flags.kt +4 −5 Original line number Diff line number Diff line Loading @@ -155,7 +155,7 @@ object Flags { // TODO(b/255618149): Tracking Bug @JvmField val CUSTOMIZABLE_LOCK_SCREEN_QUICK_AFFORDANCES = unreleasedFlag(216, "customizable_lock_screen_quick_affordances", teamfood = true) releasedFlag(216, "customizable_lock_screen_quick_affordances") /** Shows chipbar UI whenever the device is unlocked by ActiveUnlock (watch). */ // TODO(b/256513609): Tracking Bug Loading Loading @@ -187,7 +187,7 @@ object Flags { // TODO(b/262780002): Tracking Bug @JvmField val REVAMPED_WALLPAPER_UI = unreleasedFlag(222, "revamped_wallpaper_ui", teamfood = true) val REVAMPED_WALLPAPER_UI = releasedFlag(222, "revamped_wallpaper_ui") /** A different path for unocclusion transitions back to keyguard */ // TODO(b/262859270): Tracking Bug Loading @@ -214,10 +214,9 @@ object Flags { // TODO(b/266242192): Tracking Bug @JvmField val LOCK_SCREEN_LONG_PRESS_ENABLED = unreleasedFlag( releasedFlag( 228, "lock_screen_long_press_enabled", teamfood = true, "lock_screen_long_press_enabled" ) // 300 - power menu Loading Loading
packages/SystemUI/src/com/android/systemui/flags/Flags.kt +4 −5 Original line number Diff line number Diff line Loading @@ -155,7 +155,7 @@ object Flags { // TODO(b/255618149): Tracking Bug @JvmField val CUSTOMIZABLE_LOCK_SCREEN_QUICK_AFFORDANCES = unreleasedFlag(216, "customizable_lock_screen_quick_affordances", teamfood = true) releasedFlag(216, "customizable_lock_screen_quick_affordances") /** Shows chipbar UI whenever the device is unlocked by ActiveUnlock (watch). */ // TODO(b/256513609): Tracking Bug Loading Loading @@ -187,7 +187,7 @@ object Flags { // TODO(b/262780002): Tracking Bug @JvmField val REVAMPED_WALLPAPER_UI = unreleasedFlag(222, "revamped_wallpaper_ui", teamfood = true) val REVAMPED_WALLPAPER_UI = releasedFlag(222, "revamped_wallpaper_ui") /** A different path for unocclusion transitions back to keyguard */ // TODO(b/262859270): Tracking Bug Loading @@ -214,10 +214,9 @@ object Flags { // TODO(b/266242192): Tracking Bug @JvmField val LOCK_SCREEN_LONG_PRESS_ENABLED = unreleasedFlag( releasedFlag( 228, "lock_screen_long_press_enabled", teamfood = true, "lock_screen_long_press_enabled" ) // 300 - power menu Loading