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

Commit 425970d2 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

parents 9683ffcf 96ce8f8f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6092,6 +6092,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
@@ -4867,6 +4867,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" />