diff options
-rw-r--r-- | res/values/strings.xml | 2 | ||||
-rw-r--r-- | res/xml/searchable.xml | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 9a90a53..6ad436e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -505,6 +505,8 @@ <!-- This string is for the browser "Go To" UI. --> <!-- This is the button label in the "Go To" UI. --> <string name="search_button_text">Go</string> + <!-- The string used to describe the browser as a searchable item within system search settings. --> + <string name="search_settings_description">Bookmarks and web history</string> <!-- Pop-up window dialog --> <!-- Title for a dialog informing the user that the site is attempting to diff --git a/res/xml/searchable.xml b/res/xml/searchable.xml index bb578c6..a3b2d90 100644 --- a/res/xml/searchable.xml +++ b/res/xml/searchable.xml @@ -27,6 +27,7 @@ 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" |