summaryrefslogtreecommitdiff
path: root/InCallUI/res
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2016-05-12 20:38:22 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-05-12 20:38:22 +0000
commit13d8c5435036eebd28b28d51e9a54874734a9b56 (patch)
tree9f0715d553c2ce3ca510b4f99de5911958e523ff /InCallUI/res
parentaef96789781b9095be4606fd5dfa5f6ff81b6dc6 (diff)
parentad944e7cf20303adddd960d8870b47fffcdcc8df (diff)
DO NOT MERGE Add support for multi-endpoint.
am: ad944e7cf2 * commit 'ad944e7cf20303adddd960d8870b47fffcdcc8df': DO NOT MERGE Add support for multi-endpoint. Change-Id: Id4892965363a1c97089e691cc1f639756322f7bd
Diffstat (limited to 'InCallUI/res')
-rw-r--r--InCallUI/res/values/strings.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/InCallUI/res/values/strings.xml b/InCallUI/res/values/strings.xml
index 7701cdb2d..84eb14c0a 100644
--- a/InCallUI/res/values/strings.xml
+++ b/InCallUI/res/values/strings.xml
@@ -218,6 +218,17 @@
The user will be able to send text messages using the phone number.
[CHAR LIMIT=12] -->
<string name="notification_missedCall_message">Message</string>
+ <!-- The "label" of the in-call Notification for an ongoing external call.
+ External calls are a representation of a call which is in progress on the user's other
+ device (e.g. another phone or a watch).
+ [CHAR LIMIT=60] -->
+ <string name="notification_external_call">Ongoing call on another device</string>
+ <!-- Notification action displayed for external call notifications. External calls are a
+ representation of a call which is in progress on the user's other device (e.g. another
+ phone or a watch). The "transfer call" action initiates the process of transferring an
+ external call to the current device.
+ [CHAR LIMIT=30] -->
+ <string name="notification_transfer_call">Transfer Call</string>
<!-- In-call screen: call failure message displayed in an error dialog -->
<string name="incall_error_power_off">To place a call, first turn off Airplane mode.</string>