summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/res/values/strings.xml
diff options
context:
space:
mode:
authortwyen <twyen@google.com>2017-10-05 17:34:43 -0700
committerEric Erfanian <erfanian@google.com>2017-10-06 14:56:10 -0700
commitd1d1d0c6726b9501cfb6f19317f9bf4e70e0d1dd (patch)
tree90e5b0820f950a9c8cf4afb6a1721f7420e28992 /java/com/android/incallui/res/values/strings.xml
parent016e53f6ecf5eaaa810025364862f72877ee6c88 (diff)
Tag incoming call notification with SIM label on multi-SIM devices
The label is colorized with the SIM color, if the system UI decides to respect it. screenshot: https://screenshot.googleplex.com/PzkCKdQJ7Wy Bug: 64215023 Test: StatusBarNotifierTest PiperOrigin-RevId: 171234005 Change-Id: I684753b6181bdfe601244d01ab608fcd5d5dc422
Diffstat (limited to 'java/com/android/incallui/res/values/strings.xml')
-rw-r--r--java/com/android/incallui/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/com/android/incallui/res/values/strings.xml b/java/com/android/incallui/res/values/strings.xml
index 74b3ef80b..afadbf828 100644
--- a/java/com/android/incallui/res/values/strings.xml
+++ b/java/com/android/incallui/res/values/strings.xml
@@ -65,6 +65,8 @@
<string name="notification_on_hold">On hold</string>
<!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=60] -->
<string name="notification_incoming_call">Incoming call</string>
+ <!-- The "label" of the in-call Notification for an incoming ringing call on a device with multiple SIMs. [CHAR LIMIT=60] -->
+ <string name="notification_incoming_call_mutli_sim">Incoming call via <xliff:g id="sim_label" example="SIM 1">%1$s</xliff:g></string>
<!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] -->
<string name="notification_incoming_call_with_photo">Incoming call with photo</string>
<!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=50] -->