From fba25a6fbdc7f42428a944f590ea4fa8260e5aeb Mon Sep 17 00:00:00 2001 From: paulhu Date: Tue, 17 Mar 2020 22:44:46 +0800 Subject: [PATCH] [TNU1.1]Add tethering notification strings Add string for no upstream and cellular roaming notification. Bug: 145629001 Bug: 147818698 Test: atest TetheringTests Change-Id: I30f68d83344f66fb3ef77abf3f8748c3eb1276f0 --- .../res/values-mcc204-mnc04/strings.xml | 26 +++++++++++++++++++ .../res/values-mcc310-mnc004/strings.xml | 26 +++++++++++++++++++ .../res/values-mcc311-mnc480/strings.xml | 26 +++++++++++++++++++ packages/Tethering/res/values/strings.xml | 10 +++++++ 4 files changed, 88 insertions(+) create mode 100644 packages/Tethering/res/values-mcc204-mnc04/strings.xml create mode 100644 packages/Tethering/res/values-mcc310-mnc004/strings.xml create mode 100644 packages/Tethering/res/values-mcc311-mnc480/strings.xml diff --git a/packages/Tethering/res/values-mcc204-mnc04/strings.xml b/packages/Tethering/res/values-mcc204-mnc04/strings.xml new file mode 100644 index 0000000000000..6bc2e2aa92058 --- /dev/null +++ b/packages/Tethering/res/values-mcc204-mnc04/strings.xml @@ -0,0 +1,26 @@ + + + + + Tethering & Mobile Hotspot has no internet access + + + Roaming + + You will be charged on a per MB basis for all data sent or received while using this service outside the Verizon Network. Please check our website for current international rates. To minimize charges, visit My Verizon periodically to monitor your usage, check your device settings to confirm which devices are connected, and consider using alternate data connections when available + + Continue + \ No newline at end of file diff --git a/packages/Tethering/res/values-mcc310-mnc004/strings.xml b/packages/Tethering/res/values-mcc310-mnc004/strings.xml new file mode 100644 index 0000000000000..6bc2e2aa92058 --- /dev/null +++ b/packages/Tethering/res/values-mcc310-mnc004/strings.xml @@ -0,0 +1,26 @@ + + + + + Tethering & Mobile Hotspot has no internet access + + + Roaming + + You will be charged on a per MB basis for all data sent or received while using this service outside the Verizon Network. Please check our website for current international rates. To minimize charges, visit My Verizon periodically to monitor your usage, check your device settings to confirm which devices are connected, and consider using alternate data connections when available + + Continue + \ No newline at end of file diff --git a/packages/Tethering/res/values-mcc311-mnc480/strings.xml b/packages/Tethering/res/values-mcc311-mnc480/strings.xml new file mode 100644 index 0000000000000..6bc2e2aa92058 --- /dev/null +++ b/packages/Tethering/res/values-mcc311-mnc480/strings.xml @@ -0,0 +1,26 @@ + + + + + Tethering & Mobile Hotspot has no internet access + + + Roaming + + You will be charged on a per MB basis for all data sent or received while using this service outside the Verizon Network. Please check our website for current international rates. To minimize charges, visit My Verizon periodically to monitor your usage, check your device settings to confirm which devices are connected, and consider using alternate data connections when available + + Continue + \ No newline at end of file diff --git a/packages/Tethering/res/values/strings.xml b/packages/Tethering/res/values/strings.xml index ba98a66ff7e0a..d50884b2a7b02 100644 --- a/packages/Tethering/res/values/strings.xml +++ b/packages/Tethering/res/values/strings.xml @@ -32,4 +32,14 @@ Internet" settings page. That is currently the tether_settings_title_all string. --> Hotspot & tethering status + + + + + + + + + + \ No newline at end of file