Merge "Add feature flag as a device_config flag for LPH to search." into udc-qpr-dev am: a5027a20ff am: b64f278e48

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/24544150

Change-Id: Icfee3c88c4d8c6bcead7772b1bd817e77f7588d8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Holly Jiuyu Sun
2023-09-01 17:22:48 +00:00
committed by Automerger Merge Worker

View File

@@ -47,4 +47,9 @@ public class SettingsUIDeviceConfig {
*/
public static final String BT_LE_AUDIO_DEVICE_DETAIL_ENABLED =
"bt_le_audio_device_detail_enabled";
/**
* {@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";
}