summaryrefslogtreecommitdiff
path: root/InCallUI/res/values
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-03-10 15:51:34 -0700
committerAndrew Lee <anwlee@google.com>2015-03-10 16:53:59 -0700
commitbec041f1aa6654ff1071194bdb04ef6429109e4f (patch)
treee5f2f2fb13ae1dab23d9cb29bb4c9ee6f48a675c /InCallUI/res/values
parent8cdac35f2aa80d1732dfc5fdaee1a21035a1bfcb (diff)
Indicate wifi for incoming calls.
This is done in the call card by showing the wifi icon. This is done in the notification, by change the subtext. For international calls in particular, this helps users understand how accepting a phone call will affect the cost of their call. Change-Id: Ifebd9f9cc8598b7fe5b693673b27a485f7ecdf0f
Diffstat (limited to 'InCallUI/res/values')
-rw-r--r--InCallUI/res/values/strings.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/InCallUI/res/values/strings.xml b/InCallUI/res/values/strings.xml
index e8cc64c10..45851f950 100644
--- a/InCallUI/res/values/strings.xml
+++ b/InCallUI/res/values/strings.xml
@@ -141,13 +141,18 @@
<!-- Missed call notification message used for a single missed call, including
the caller-id info from the missed call -->
<string name="notification_missedCallTicker">Missed call from <xliff:g id="missed_call_from">%s</xliff:g></string>
- <!-- The "label" of the in-call Notification for an ongoing call, used
- as the format string for a Chronometer widget. [CHAR LIMIT=60] -->
+ <!-- The "label" of the in-call Notification for an ongoing call. [CHAR LIMIT=60] -->
<string name="notification_ongoing_call">Ongoing call</string>
+ <!-- The "label" of the in-call Notification for an ongoing call, which is being made over
+ wi-fi. [CHAR LIMIT=60] -->
+ <string name="notification_ongoing_call_wifi">Ongoing wi-fi call</string>
<!-- The "label" of the in-call Notification for a call that's on hold -->
<string name="notification_on_hold">On hold</string>
- <!-- The "label" of the in-call Notification for an incoming ringing call -->
+ <!-- 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,
+ which is being made over wi-fi. [CHAR LIMIT=60] -->
+ <string name="notification_incoming_call_wifi">Incoming wi-fi call</string>
<!-- The "label" of the in-call Notification for an incoming ringing video call. -->
<string name="notification_incoming_video_call">Incoming video call</string>
<!-- The "label" of the in-call Notification for upgrading an existing call to a video call. -->