summaryrefslogtreecommitdiffstats
path: root/res
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
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')
-rw-r--r--res/values/strings.xml3
-rw-r--r--res/xml/searchable.xml1
2 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 86722f008..dba2c6b55 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -709,4 +709,7 @@
<!-- Message in progress bar while exporting contact list to a file "(current number) of (total number) contacts" The order of "current number" and "total number" cannot be changed (like "total: (total number), current: (current number)")-->
<string name="exporting_contact_list_progress"><xliff:g id="current_number">%s</xliff:g> of <xliff:g id="total_number">%s</xliff:g> contacts</string>
+
+ <!-- The string used to describe Contacts as a searchable item within system search settings. -->
+ <string name="search_settings_description">Address book</string>
</resources> \ No newline at end of file
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 -->