Change feature flag to device config flag.

Bug: 294858168
Test: manual
Change-Id: I7411c0ef0272b1caf8a775be7216436e9e0f28a7
This commit is contained in:
Holly Sun
2023-08-30 20:22:10 +00:00
parent a5027a20ff
commit 584876ff09
2 changed files with 5 additions and 2 deletions

View File

@@ -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";
}

View File

@@ -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.
*/