Merge "Change feature flag to device config flag." into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
54f96175a2
@@ -30,6 +30,4 @@ public class FeatureFlags {
|
|||||||
public static final String CONTEXTUAL_HOME = "settings_contextual_home";
|
public static final String CONTEXTUAL_HOME = "settings_contextual_home";
|
||||||
public static final String SETTINGS_SEARCH_ALWAYS_EXPAND =
|
public static final String SETTINGS_SEARCH_ALWAYS_EXPAND =
|
||||||
"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";
|
|
||||||
}
|
}
|
||||||
|
@@ -47,6 +47,11 @@ public class SettingsUIDeviceConfig {
|
|||||||
*/
|
*/
|
||||||
public static final String BT_LE_AUDIO_DEVICE_DETAIL_ENABLED =
|
public static final String BT_LE_AUDIO_DEVICE_DETAIL_ENABLED =
|
||||||
"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.
|
* {@code true} if long press home button to search is enabled.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user