Release flags for device controls panel

Test: manual
Bug: 261990872
Change-Id: Ib72bdbba304301f2c97c8af1906e26b0d5325f38
This commit is contained in:
Fabian Kozynski
2022-12-15 10:27:35 -05:00
parent 6a0b82a184
commit 70f8343768

View File

@@ -424,11 +424,11 @@ object Flags {
@JvmField val NOTE_TASKS = unreleasedFlag(1900, "keycode_flag")
// 2000 - device controls
@Keep @JvmField val USE_APP_PANELS = unreleasedFlag(2000, "use_app_panels", teamfood = true)
@Keep @JvmField val USE_APP_PANELS = releasedFlag(2000, "use_app_panels", teamfood = true)
@JvmField
val APP_PANELS_ALL_APPS_ALLOWED =
unreleasedFlag(2001, "app_panels_all_apps_allowed", teamfood = true)
releasedFlag(2001, "app_panels_all_apps_allowed", teamfood = true)
// 2100 - Falsing Manager
@JvmField val FALSING_FOR_LONG_TAPS = releasedFlag(2100, "falsing_for_long_taps")