summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/video/impl/res/values/strings.xml
diff options
context:
space:
mode:
authorwangqi <wangqi@google.com>2018-03-06 16:51:38 -0800
committerCopybara-Service <copybara-piper@google.com>2018-03-06 16:54:07 -0800
commitda410d32f17dd823dba772181271ff55ee8e3eaf (patch)
tree454b1b7cfa72d077b125d9351a8a2fdd0272fd75 /java/com/android/incallui/video/impl/res/values/strings.xml
parenta05ee285f99e06efa130453eac12f02161cd3a64 (diff)
Show a warning dialog about charges when user starts a video call
The user starts a video call a warning dialog shall be presented. If the user presses "OK" with the "Do not show again" box selected, the dialog shall not be presented anymore. Test: manual - Verified that a warning dialog about charges is shown when a video call is started if KEY_SHOW_VIDEO_CALL_CHARGES_ALERT_DIALOG_BOOL is true. This is an upstream change from: https://android-review.googlesource.com/c/platform/packages/apps/Dialer/+/518977/8 Bug: 67832837 Test: partner manual test PiperOrigin-RevId: 188103414 Change-Id: I62628a32557297acaef096db90d2ddf049ef5017
Diffstat (limited to 'java/com/android/incallui/video/impl/res/values/strings.xml')
-rw-r--r--java/com/android/incallui/video/impl/res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/com/android/incallui/video/impl/res/values/strings.xml b/java/com/android/incallui/video/impl/res/values/strings.xml
index 58ea8bde7..6c90af5f3 100644
--- a/java/com/android/incallui/video/impl/res/values/strings.xml
+++ b/java/com/android/incallui/video/impl/res/values/strings.xml
@@ -29,4 +29,10 @@
<!-- Text indicates the call is resumed from held by remote party. [CHAR LIMIT=20] -->
<string name="videocall_remotely_resumed">Call resumed</string>
+ <!-- Instruction text to notify user that charges may apply on video calling. [CHAR LIMIT=NONE] -->
+ <string name="videocall_charges_alert_dialog_description">Video calls made over the mobile network use both data and voice minutes. Charges may apply.</string>
+
+ <!-- Option to hide the popup dialog if it is not necessary for the user. [CHAR LIMIT=40] -->
+ <string name="do_not_show_again">Do not show again</string>
+
</resources>