summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorVictor Chang <vichang@google.com>2016-02-01 19:54:33 +0000
committerVictor Chang <vichang@google.com>2016-02-04 14:45:09 +0000
commit1dbbda3b035f2e1e581bb8c403b1d351d2ccdbc9 (patch)
treedcc338ab7a444fde92e2f249add6ca34378c1317 /res/values
parent44d31642d0549c56737b58c7e7a5b92b0bc5ffcd (diff)
downloadandroid_packages_apps_Dialer-1dbbda3b035f2e1e581bb8c403b1d351d2ccdbc9.tar.gz
android_packages_apps_Dialer-1dbbda3b035f2e1e581bb8c403b1d351d2ccdbc9.tar.bz2
android_packages_apps_Dialer-1dbbda3b035f2e1e581bb8c403b1d351d2ccdbc9.zip
Show work call title for missed call notification
1. return complete ContactInfo in CallLogNotificationsHelper 2. use ContactInfo.userType to decide use work call title or not BUG=26902076 Change-Id: Ic58fea1002de053ba69bc0aff06691b8a8605e64
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 7e87b2fb0..ed88b960f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -106,6 +106,8 @@
<!-- Notification strings -->
<!-- Missed call notification label, used when there's exactly one missed call -->
<string name="notification_missedCallTitle">Missed call</string>
+ <!-- Missed call notification label, used when there's exactly one missed call from work contact -->
+ <string name="notification_missedWorkCallTitle">Missed work call</string>
<!-- Missed call notification label, used when there are two or more missed calls -->
<string name="notification_missedCallsTitle">Missed calls</string>
<!-- Missed call notification message used when there are multiple missed calls -->