Use launcher namespace instead of settings-ui namespace.

Bug: 294858168
Test: manual + unit
Change-Id: I5820ba86686584b7bc4a2ad695e5b5c0cf46b297
This commit is contained in:
Holly Sun
2023-09-14 22:02:22 +00:00
parent 7cf5bb509e
commit 9fa69928d5

View File

@@ -47,14 +47,4 @@ 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.
*/
public static final String LONG_PRESS_HOME_BUTTON_TO_SEARCH =
"long_press_home_button_to_search";
} }