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

Commit f54ad5e0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Use launcher namespace instead of settings-ui namespace." into...

Merge "Use launcher namespace instead of settings-ui namespace." into udc-qpr-dev am: d78136fe am: 713c4b3b

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



Change-Id: I319ee97f1105bc5cf83aa561ee336c0effc19414
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 13821ceb 713c4b3b
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -47,14 +47,4 @@ 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.
     */
    public static final String LONG_PRESS_HOME_BUTTON_TO_SEARCH =
            "long_press_home_button_to_search";
}