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

Commit 54f96175 authored by Holly Jiuyu Sun's avatar Holly Jiuyu Sun Committed by Android (Google) Code Review
Browse files

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

parents f6fdfb0d 584876ff
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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";
}
+5 −0
Original line number Diff line number Diff line
@@ -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.
     */