From 1ff546374edfd598ea7a0a3613228e75c5e1eff4 Mon Sep 17 00:00:00 2001 From: uabdullah Date: Wed, 10 Jan 2018 18:32:27 -0800 Subject: Initial setup of voicemail TOS This CL only setups the layouts, images and strings associated with the voicemail terms of service. Additional logic of when to display the ToS will be in a follow up CL. Bug: 71699918 Test: N/A PiperOrigin-RevId: 181548639 Change-Id: Ia99dcc5ad8a96dcac71946fe611b3ee4ad24814f --- .../dialer/voicemail/listui/res/values/dimens.xml | 3 +++ .../dialer/voicemail/listui/res/values/strings.xml | 21 ++++++++++++++++++- .../dialer/voicemail/listui/res/values/styles.xml | 24 +++++++++++++++++++++- 3 files changed, 46 insertions(+), 2 deletions(-) (limited to 'java/com/android/dialer/voicemail/listui/res/values') diff --git a/java/com/android/dialer/voicemail/listui/res/values/dimens.xml b/java/com/android/dialer/voicemail/listui/res/values/dimens.xml index 52fad4917..59da7f288 100644 --- a/java/com/android/dialer/voicemail/listui/res/values/dimens.xml +++ b/java/com/android/dialer/voicemail/listui/res/values/dimens.xml @@ -38,4 +38,7 @@ 0dp 16dp + + 280dp + diff --git a/java/com/android/dialer/voicemail/listui/res/values/strings.xml b/java/com/android/dialer/voicemail/listui/res/values/strings.xml index 53c525279..70a5d03df 100644 --- a/java/com/android/dialer/voicemail/listui/res/values/strings.xml +++ b/java/com/android/dialer/voicemail/listui/res/values/strings.xml @@ -34,4 +34,23 @@ Older - \ No newline at end of file + Turn on visual voicemail + + +Visual Voice Mail (VVM) is a service that provides access to voice mail messages directly on the device, without the need to call *86. This service requires traditional Voice Mail but does not support all traditional Voice Mail features, which you can access by dialing *86 from your handset. Use of this feature will be billed on a per-megabyte basis, or according to any data package you have. Mobile to mobile minutes do not apply. Standard rates apply to any calls, emails or messages initiated from Visual Voice Mail.\n +\n +You may disable VVM in settings. This will revert you to basic voice mail. In some cases you may need to call customer care to cancel and if you cancel Visual Voice Mail you may lose all stored voice mails and information.\n +\n +For the Premium Visual Voice Mail service, some voice messages may not be completely transcribed; incomplete messages will end with [...]. Only the first 45 seconds of each voice message will be transcribed, so for longer messages, you will need to listen to the voice message itself. Any profane or offensive language also will not be transcribed and will appear as [...] in the transcription.\n +\n +Speech recordings may be collected and stored for a period of 30 days, solely for the purpose of testing and improving transcription technology and performance, subject to the Verizon Wireless Privacy Policy, which can be found at %s\n +\n +You understand that by selecting ACCEPT, your messages will be stored and anyone in possession of this device will have access to your voice mail. You further understand that your voice mail messages may be stored in electronic format on this device. To limit unauthorized access to your voice mail, you should consider locking your phone when not in use. Not available in all areas or over Wi\u2011Fi.\n +\n +If you do not accept all of these terms and conditions, do not use Visual Voice Mail. + + No Thanks + + Turn On + + diff --git a/java/com/android/dialer/voicemail/listui/res/values/styles.xml b/java/com/android/dialer/voicemail/listui/res/values/styles.xml index aec46090a..386992788 100644 --- a/java/com/android/dialer/voicemail/listui/res/values/styles.xml +++ b/java/com/android/dialer/voicemail/listui/res/values/styles.xml @@ -22,4 +22,26 @@ @dimen/voicemail_media_player_height ?android:attr/selectableItemBackgroundBorderless - \ No newline at end of file + + + + + + + + -- cgit v1.2.3