summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/xml/bookmarks_searchable.xml1
-rw-r--r--res/xml/searchable.xml1
2 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/bookmarks_searchable.xml b/res/xml/bookmarks_searchable.xml
index bc6ac93..de56add 100644
--- a/res/xml/bookmarks_searchable.xml
+++ b/res/xml/bookmarks_searchable.xml
@@ -22,6 +22,7 @@
android:imeOptions="actionGo"
android:includeInGlobalSearch="true"
+ android:searchSettingsDescription="@string/search_settings_description"
android:searchSuggestAuthority="browser"
android:searchSuggestPath="bookmarks"
android:searchSuggestSelection="url LIKE ?"
diff --git a/res/xml/searchable.xml b/res/xml/searchable.xml
index a3b2d90..bb578c6 100644
--- a/res/xml/searchable.xml
+++ b/res/xml/searchable.xml
@@ -27,7 +27,6 @@
android:inputType="textUri"
android:imeOptions="actionGo"
- android:searchSettingsDescription="@string/search_settings_description"
android:searchSuggestAuthority="browser"
android:searchSuggestSelection="url LIKE ?"
android:searchSuggestIntentAction="android.intent.action.VIEW"