From da410d32f17dd823dba772181271ff55ee8e3eaf Mon Sep 17 00:00:00 2001 From: wangqi Date: Tue, 6 Mar 2018 16:51:38 -0800 Subject: 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 --- java/com/android/incallui/video/impl/res/values/strings.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'java/com/android/incallui/video/impl/res/values/strings.xml') 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 @@ Call resumed + + Video calls made over the mobile network use both data and voice minutes. Charges may apply. + + + Do not show again + -- cgit v1.2.3