summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorTom O'Neill <tomo@google.com>2009-12-22 16:17:58 -0800
committerTom O'Neill <tomo@google.com>2009-12-22 16:17:58 -0800
commitba29b4f7bada4a5575cde81952b3bf31cc95e0e4 (patch)
treeadc1c44574764644e84431a05448bdb559dc918e /res/xml
parentf3ea225f847f2a80decee89be81c6540e4d0fa0a (diff)
downloadandroid_packages_apps_Contacts-ba29b4f7bada4a5575cde81952b3bf31cc95e0e4.tar.gz
android_packages_apps_Contacts-ba29b4f7bada4a5575cde81952b3bf31cc95e0e4.tar.bz2
android_packages_apps_Contacts-ba29b4f7bada4a5575cde81952b3bf31cc95e0e4.zip
App compatible with use of LOOKUP_KEY for search result IDs
The lookup key is more stable against merges, etc. than the contact ID, so we are switching to that for the ID values used in search results. Bug: 2294798 Change-Id: I4b9566c1bf2d82e0200a3af580fc67e425ca2580
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/searchable.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/xml/searchable.xml b/res/xml/searchable.xml
index af8b3ef91..17ef37fba 100644
--- a/res/xml/searchable.xml
+++ b/res/xml/searchable.xml
@@ -4,9 +4,9 @@
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -27,7 +27,7 @@
android:includeInGlobalSearch="true"
android:searchSuggestAuthority="com.android.contacts"
android:searchSuggestIntentAction="android.provider.Contacts.SEARCH_SUGGESTION_CLICKED"
- android:searchSuggestIntentData="content://com.android.contacts/contacts"
+ android:searchSuggestIntentData="content://com.android.contacts/contacts/lookup"
android:searchSettingsDescription="@string/search_settings_description"
>