Add new searchSettingsDescription attribute for Contacts's searchable.
This will be shown under the individual searchable item in system search settings.
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 86722f0..dba2c6b 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 f81a981..0deed7e 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 -->