summaryrefslogtreecommitdiff
path: root/InCallUI/res
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2015-07-23 16:44:00 -0700
committerTyler Gunn <tgunn@google.com>2015-07-23 16:44:00 -0700
commit460ac2da6d15bd94fe31c1a30d12418d01d8976a (patch)
tree48259d257187523918379b3c6955b55f65c351fc /InCallUI/res
parent511805d10cc96d69f96bdb6aa3475385d53367ed (diff)
Add support for showing child number in incall ui.
Bug: 22685113 Change-Id: I4cf8f92820fcc028d26b5edcbf9bbc02a4d7a6d5
Diffstat (limited to 'InCallUI/res')
-rw-r--r--InCallUI/res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/InCallUI/res/values/strings.xml b/InCallUI/res/values/strings.xml
index cadef732b..15cba1f32 100644
--- a/InCallUI/res/values/strings.xml
+++ b/InCallUI/res/values/strings.xml
@@ -456,4 +456,8 @@
<!-- Description of the "camera off" icon displayed when the device's camera is disabled during
a video call. [CHAR LIMIT=NONE] -->
<string name="camera_off_description">Camera off</string>
+
+ <!-- Used to inform the user that a call was received via a number other than the primary
+ phone number associated with their device. [CHAR LIMIT=16] -->
+ <string name="child_number">via <xliff:g id="child_number" example="650-555-1212">%s</xliff:g></string>
</resources>