summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorBjorn Bringert <bringert@android.com>2009-05-06 05:28:43 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-05-06 05:28:43 -0700
commitb7cc6cf54085a84e494962094b9df6d8e4917943 (patch)
treeb0f6f2913ffa5fdc341e4ebd53a25b44307fb088 /res
parentaec4d90272de7a1458809c76531d16a578525b2a (diff)
parent9c7a356d95f0c9bf84b0cf5dd4215a6d77fc0149 (diff)
downloadpackages_apps_Browser-b7cc6cf54085a84e494962094b9df6d8e4917943.zip
packages_apps_Browser-b7cc6cf54085a84e494962094b9df6d8e4917943.tar.gz
packages_apps_Browser-b7cc6cf54085a84e494962094b9df6d8e4917943.tar.bz2
am 9c7a356: Add includeInGlobalSearch to Browser bookmarks search.
Merge commit '9c7a356d95f0c9bf84b0cf5dd4215a6d77fc0149' * commit '9c7a356d95f0c9bf84b0cf5dd4215a6d77fc0149': Add includeInGlobalSearch to Browser bookmarks search.
Diffstat (limited to 'res')
-rw-r--r--res/xml/bookmarks_searchable.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/xml/bookmarks_searchable.xml b/res/xml/bookmarks_searchable.xml
index 1508606..bc6ac93 100644
--- a/res/xml/bookmarks_searchable.xml
+++ b/res/xml/bookmarks_searchable.xml
@@ -21,6 +21,7 @@
android:inputType="textUri"
android:imeOptions="actionGo"
+ android:includeInGlobalSearch="true"
android:searchSuggestAuthority="browser"
android:searchSuggestPath="bookmarks"
android:searchSuggestSelection="url LIKE ?"