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

Commit 9239a079 authored by Holly Sun's avatar Holly Sun
Browse files

Add default toggle value for LPH to search.

Bug: 294858168
Test: manual + unit
Flag: settings_long_press_home_button_to_search
Change-Id: Ia6846d9c2c53cfc44c25b22e1cfa4c5c8aa1f514
parent 83cfc036
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6088,6 +6088,8 @@

    <!-- Default value for Settings.SEARCH_PRESS_HOLD_NAV_HANDLE_ENABLED -->
    <bool name="config_searchPressHoldNavHandleEnabledDefault">true</bool>
    <!-- Default value for Settings.ASSIST_LONG_PRESS_HOME_ENABLED for search overlay -->
    <bool name="config_searchLongPressHomeEnabledDefault">true</bool>

    <!-- The maximum byte size of the information contained in the bundle of
    HotwordDetectedResult. -->
+1 −0
Original line number Diff line number Diff line
@@ -4866,6 +4866,7 @@
  <java-symbol type="bool" name="config_assistTouchGestureEnabledDefault" />

  <java-symbol type="bool" name="config_searchPressHoldNavHandleEnabledDefault" />
  <java-symbol type="bool" name="config_searchLongPressHomeEnabledDefault" />

  <java-symbol type="integer" name="config_hotwordDetectedResultMaxBundleSize" />