From 3190ee1928f4b68b961cd574c032c057d095e768 Mon Sep 17 00:00:00 2001 From: Paul Hu Date: Thu, 19 Mar 2020 02:50:15 +0000 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 Merged-In: I30f68d83344f66fb3ef77abf3f8748c3eb1276f0 (cherry picked from aosp/1260112) --- .../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