summaryrefslogtreecommitdiff
path: root/res/xml/searchable.xml
diff options
context:
space:
mode:
authorMark Wagner <mxw@google.com>2010-01-04 12:06:23 -0800
committerMark Wagner <mxw@google.com>2010-01-13 16:03:26 -0800
commitf114492537753bc68640d4a0d403861387296bcb (patch)
tree62aa4051b8b188134b93c0c23087820cf6ccfcad /res/xml/searchable.xml
parent7416981874a704e3e4dea269f0d2caccb057b8d3 (diff)
downloadMms-f114492537753bc68640d4a0d403861387296bcb.tar.gz
search work
see the comments in the provider cl for more details
Diffstat (limited to 'res/xml/searchable.xml')
-rw-r--r--res/xml/searchable.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/xml/searchable.xml b/res/xml/searchable.xml
index 24e32c13..e958162b 100644
--- a/res/xml/searchable.xml
+++ b/res/xml/searchable.xml
@@ -22,6 +22,8 @@
android:hint="@string/search_hint"
android:searchSuggestAuthority="com.android.mms.SuggestionsProvider"
- android:searchSuggestSelection="query LIKE ?"
+ android:searchSuggestSelection="pattern"
android:searchSuggestIntentAction="android.intent.action.SEARCH"
+
+ android:includeInGlobalSearch="true"
/>