Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c0522f3 authored by Anton Potapov's avatar Anton Potapov
Browse files

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
parent 633bd1e8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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")