summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorMike LeBeau <mlebeau@android.com>2009-06-30 18:34:49 -0700
committerJean-Baptiste Queru <jbq@google.com>2009-07-07 15:37:59 -0700
commit98d6927181f12c297b90776f99cf776a7b441721 (patch)
treee2204e15a1cc493bcc3d49282e66ce158079a6ce /res/xml
parent22f615fdd2136d1d1da0be160a43bd1a07955869 (diff)
downloadpackages_apps_Contacts-98d6927181f12c297b90776f99cf776a7b441721.tar.gz
packages_apps_Contacts-98d6927181f12c297b90776f99cf776a7b441721.tar.bz2
packages_apps_Contacts-98d6927181f12c297b90776f99cf776a7b441721.zip
Add new searchSettingsDescription attribute for Contacts's searchable.
This will be shown under the individual searchable item in system search settings.
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/searchable.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/xml/searchable.xml b/res/xml/searchable.xml
index f81a98156..0deed7e5c 100644
--- a/res/xml/searchable.xml
+++ b/res/xml/searchable.xml
@@ -28,6 +28,7 @@
android:searchSuggestAuthority="contacts"
android:searchSuggestIntentAction="android.provider.Contacts.SEARCH_SUGGESTION_CLICKED"
android:searchSuggestIntentData="content://contacts/people"
+ android:searchSettingsDescription="@string/search_settings_description"
>
<!-- allow green action key for search-bar and per-suggestion clicks -->