summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/calllogutils/res
diff options
context:
space:
mode:
authorlinyuh <linyuh@google.com>2018-03-30 09:01:44 -0700
committerCopybara-Service <copybara-piper@google.com>2018-03-30 10:27:50 -0700
commit0182e001d3e73f3a4354ba7550e1e5b001a7bce5 (patch)
tree8ec4011ba01d34ac01cd879e2fc99cf64ecb7a34 /java/com/android/dialer/calllogutils/res
parentfbf5faff115beb005d5b6138fcd965cf1a606c7e (diff)
Differentiate video call types (carrier/Duo) in call descriptions for the new UI.
Bug: 70988686 Test: CallLogEntryTextTest PiperOrigin-RevId: 191071267 Change-Id: I392e3b4c47e266f0a553fe28079d4800fc174a8f
Diffstat (limited to 'java/com/android/dialer/calllogutils/res')
-rw-r--r--java/com/android/dialer/calllogutils/res/values/strings.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/java/com/android/dialer/calllogutils/res/values/strings.xml b/java/com/android/dialer/calllogutils/res/values/strings.xml
index f536ca66d..bc19ce22a 100644
--- a/java/com/android/dialer/calllogutils/res/values/strings.xml
+++ b/java/com/android/dialer/calllogutils/res/values/strings.xml
@@ -131,8 +131,11 @@
<!-- String to be displayed to indicate in the call log that a call just now occurred. -->
<string name="just_now">Just now</string>
- <!-- Text to show in call log for a video call. [CHAR LIMIT=16] -->
- <string name="new_call_log_video">Video</string>
+ <!-- Text to show in call log for a carrier video call. [CHAR LIMIT=30] -->
+ <string name="new_call_log_carrier_video">Carrier video</string>
+
+ <!-- Text to show in call log for a duo video call. [CHAR LIMIT=30] -->
+ <string name="new_call_log_duo_video">Duo video</string>
<!-- String used to display calls from unknown numbers in the call log. [CHAR LIMIT=30] -->
<string name="new_call_log_unknown">Unknown</string>