Merge "Change feature flag to device config flag." into udc-qpr-dev

This commit is contained in:
Holly Jiuyu Sun
2023-09-07 18:47:54 +00:00
committed by Android (Google) Code Review
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.
*/