Show work badge icon in regular search in dialer
Details:
1. For local work contacts, show "Work Profile Contacts" in partition
header
2. For remote work contacts, show "Work Directory" in partition
header
3. For every local and remote contact item, show work profile icon
BUG=26082618
Change-Id: Ie7e2851ac08179438e5ea5338384ed755f1a095f
diff --git a/res-common/values/strings.xml b/res-common/values/strings.xml
index 17b21eb..6d7518e 100644
--- a/res-common/values/strings.xml
+++ b/res-common/values/strings.xml
@@ -148,6 +148,9 @@
<!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] -->
<string name="directory_search_label">Directory</string>
+ <!-- The label in section header in the contact list for a work contact directory [CHAR LIMIT=128] -->
+ <string name="directory_search_label_work">Work Directory</string>
+
<!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] -->
<string name="local_search_label">All contacts</string>
@@ -199,6 +202,9 @@
<!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] -->
<string name="list_filter_phones">All contacts with phone numbers</string>
+ <!-- Contact list filter selection indicating that the list shows all work contacts with phone numbers [CHAR LIMIT=64] -->
+ <string name="list_filter_phones_work">Work Profile contacts</string>
+
<!-- Button to view the updates from the current group on the group detail page [CHAR LIMIT=25] -->
<string name="view_updates_from_group">View updates</string>