Add new flag to allow remove an app

This flag enables a flow allowing users to remove an app from home
control panel

Test: passes current tests
Bug: 265180342
Change-Id: I4ae7f186bc3db9d1a63f9ab860ea6667c96d14d9
This commit is contained in:
Anton Potapov
2023-02-13 14:51:32 +00:00
parent 633bd1e82e
commit 5c0522f31a

View File

@@ -537,6 +537,12 @@ object Flags {
val CONTROLS_MANAGEMENT_NEW_FLOWS =
unreleasedFlag(2002, "controls_management_new_flows", teamfood = true)
// Enables removing app from Home control panel as a part of a new flow
// TODO(b/269132640): Tracking Bug
@JvmField
val APP_PANELS_REMOVE_APPS_ALLOWED =
unreleasedFlag(2003, "app_panels_remove_apps_allowed", teamfood = false)
// 2100 - Falsing Manager
@JvmField val FALSING_FOR_LONG_TAPS = releasedFlag(2100, "falsing_for_long_taps")