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

Commit 584876ff authored by Holly Sun's avatar Holly Sun
Browse files

Change feature flag to device config flag.

Bug: 294858168
Test: manual
Change-Id: I7411c0ef0272b1caf8a775be7216436e9e0f28a7
parent a5027a20
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -30,6 +30,4 @@ public class FeatureFlags {
    public static final String CONTEXTUAL_HOME = "settings_contextual_home";
    public static final String SETTINGS_SEARCH_ALWAYS_EXPAND =
            "settings_search_always_expand";
    public static final String PRESS_HOLD_NAV_HANDLE_TO_SEARCH =
            "settings_press_hold_nav_handle_to_search";
}
+5 −0
Original line number Diff line number Diff line
@@ -47,6 +47,11 @@ public class SettingsUIDeviceConfig {
     */
    public static final String BT_LE_AUDIO_DEVICE_DETAIL_ENABLED =
            "bt_le_audio_device_detail_enabled";
    /**
     * {@code true} if press and hold nav handle to search is enabled.
     */
    public static final String PRESS_HOLD_NAV_HANDLE_TO_SEARCH =
            "press_hold_nav_handle_to_search";
    /**
     * {@code true} if long press home button to search is enabled.
     */