Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f7a1dee authored by Holly Sun's avatar Holly Sun
Browse files

Add feature flag as a device_config flag for LPH to search.

Bug: 294858168
Test: manual + unit
Flag: settings_long_press_home_button_to_search
Change-Id: Ib18b672338d9976284d7fdb06590e4239de9ee9c
parent ef6ac74a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";
}