diff options
author | Bjorn Bringert <bringert@android.com> | 2009-07-13 15:53:25 +0100 |
---|---|---|
committer | Bjorn Bringert <bringert@android.com> | 2009-07-13 15:53:25 +0100 |
commit | 1e8f0583fb74658666dc4105bf15788f2585a6a2 (patch) | |
tree | 5480f426c2175e46bde9c860cdf291a39fce21e4 /res | |
parent | 60d24e219b1763bc294974e042c67a1a6cadd8d5 (diff) | |
download | packages_apps_Browser-1e8f0583fb74658666dc4105bf15788f2585a6a2.zip packages_apps_Browser-1e8f0583fb74658666dc4105bf15788f2585a6a2.tar.gz packages_apps_Browser-1e8f0583fb74658666dc4105bf15788f2585a6a2.tar.bz2 |
Move Browser search description to bookmarks search.
Before, android:searchSettingsDescription was set in searchable.xml,
but not in bookmarks_searchable.xml, which is the one that
is used from global search.
Fixes http://b/issue?id=1971319
"Description string for Browser source not showing in settings"
Diffstat (limited to 'res')
-rw-r--r-- | res/xml/bookmarks_searchable.xml | 1 | ||||
-rw-r--r-- | res/xml/searchable.xml | 1 |
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" |