summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorRicardo Cerqueira <cyanogenmod@cerqueira.org>2012-11-19 00:43:22 +0000
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2012-11-19 00:43:22 +0000
commitdcdefbcc57480be5c32584cf75628d76da16ffe8 (patch)
treeea6dadabd510051cf5403d637b850d861974495e /res/xml
parent7ece7a6a567bdbbfb3b9c53ef0158faeaaa7c4c3 (diff)
parent3be76c87bbf41c20b0cec56a5ae15268cce0dac4 (diff)
downloadpackages_apps_browser-dcdefbcc57480be5c32584cf75628d76da16ffe8.zip
packages_apps_browser-dcdefbcc57480be5c32584cf75628d76da16ffe8.tar.gz
packages_apps_browser-dcdefbcc57480be5c32584cf75628d76da16ffe8.tar.bz2
Merge commit 'android-4.2_r1' into mr1-staging
Change-Id: Id36dc68dabccb44bd69de5580c8441cf7a6b6049
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/bookmarks_searchable.xml2
-rw-r--r--res/xml/searchable.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/bookmarks_searchable.xml b/res/xml/bookmarks_searchable.xml
index de56add..8b83f26 100644
--- a/res/xml/bookmarks_searchable.xml
+++ b/res/xml/bookmarks_searchable.xml
@@ -25,6 +25,6 @@
android:searchSettingsDescription="@string/search_settings_description"
android:searchSuggestAuthority="browser"
android:searchSuggestPath="bookmarks"
- android:searchSuggestSelection="url LIKE ?"
+ android:searchSuggestSelection="bookmarks.url LIKE ?"
android:searchSuggestIntentAction="android.intent.action.VIEW"
/>
diff --git a/res/xml/searchable.xml b/res/xml/searchable.xml
index 3397a40..a06d5b0 100644
--- a/res/xml/searchable.xml
+++ b/res/xml/searchable.xml
@@ -27,6 +27,6 @@
android:inputType="textUri"
android:imeOptions="actionGo"
android:searchSuggestAuthority="browser"
- android:searchSuggestSelection="url LIKE ?"
+ android:searchSuggestSelection="history.url LIKE ?"
android:searchSuggestIntentAction="android.intent.action.VIEW"
/>