summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorEvan Charlton <evanc@google.com>2014-07-17 17:01:10 -0700
committerEvan Charlton <evanc@google.com>2014-07-19 21:22:37 +0000
commit4940f9ff450d1054ed4ad0e61179196007ad5531 (patch)
treeb96ec53adb7dfca2d0df18774dda8652e4093cbb /res/values/strings.xml
parent4bd6a95aabbf389a6399feb0c16d18ed98382a27 (diff)
downloadpackages_apps_InCallUI-4940f9ff450d1054ed4ad0e61179196007ad5531.tar.gz
packages_apps_InCallUI-4940f9ff450d1054ed4ad0e61179196007ad5531.tar.bz2
packages_apps_InCallUI-4940f9ff450d1054ed4ad0e61179196007ad5531.zip
Show callback numbers when appropriate
When a callback number is set, make the decision about when (and how) to show it to the user. The number is shown when it's different than the user's known line 1 number. If the call is placed to an emergency service, then make sure the user knows that. Bug: 13333595 Change-Id: I0d3b2cfcea08aeba760c392c116303f21beb70d3
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index dbbfc129..654eb7dd 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -156,6 +156,15 @@
<!-- In-call screen: status label when there is a problem connecting a video call. -->
<string name="card_title_video_call_error">Cannot connect video call</string>
+ <!-- In-call screen: string shown to the user when their outgoing number is different than the
+ number reported by TelephonyManager#getLine1Number() -->
+ <string name="card_title_callback_number">Your call back number\n
+ <xliff:g id="dark_number">%1$s</xliff:g>
+ </string>
+
+ <!-- In-call screen: string shown to the user when their outgoing number is different than the
+ number reported by TelephonyManager#getLine1Number() and they're calling emergency
+ services. -->
<string name="card_title_callback_number_emergency">Your emergency call back number\n
<xliff:g id="dark_number">%1$s</xliff:g>
</string>