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

Commit 745c15d8 authored by Holly Jiuyu Sun's avatar Holly Jiuyu Sun Committed by Automerger Merge Worker
Browse files

Merge "Add default toggle value for LPH to search." into udc-qpr-dev am: 96ce8f8f am: 425970d2

parents d7b387c5 425970d2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6185,6 +6185,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
@@ -4915,6 +4915,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" />