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

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

Merge "Add default toggle value for LPH to search." into udc-qpr-dev

parents 30ecbce9 9239a079
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6089,6 +6089,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" />