Add option to disable the search suggestions
This commit is contained in:
parent
c00e694d40
commit
d64480fc9b
4 changed files with 18 additions and 0 deletions
|
|
@ -155,6 +155,12 @@
|
|||
android:summary="@string/autoplay_by_calling_app_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="@string/show_search_suggestions_key"
|
||||
android:title="@string/show_search_suggestions_title"
|
||||
android:summary="@string/show_search_suggestions_summary"
|
||||
android:defaultValue="true"/>
|
||||
|
||||
<!--
|
||||
<CheckBoxPreference
|
||||
android:key="@string/use_tor_key"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue