diff options
| author | 2017-07-28 11:10:55 -0700 | |
|---|---|---|
| committer | 2017-07-30 17:59:27 +0000 | |
| commit | bf7ceec031b7fa330d415d52cced9e02dfda163e (patch) | |
| tree | 6988ed71e7f14edf3d032ba768e9dce2f9b91b29 | |
| parent | a20bf80aa3b5b504ebf68577ed7d8135c7753e16 (diff) | |
Add string needed to support carrier wifi in UI.
Add strings which will be used to indicate to the user in the wifi
picker and wifi config that they are connecting/connected to carrier
wifi.
Bug:30988281
Test: manual
Change-Id: I41e63ce831dface4f2baf2879dde84ebe2fecc94
| -rw-r--r-- | packages/SettingsLib/res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml index 259446a39602..ebaf10aa0e05 100644 --- a/packages/SettingsLib/res/values/strings.xml +++ b/packages/SettingsLib/res/values/strings.xml @@ -100,6 +100,11 @@ <!-- Summary for networks failing to connect due to association rejection status 17, AP full --> <string name="wifi_ap_unable_to_handle_new_sta">Access point temporarily full</string> + <!-- Status message of Wi-Fi when it is connected to a Carrier Network. [CHAR LIMIT=NONE] --> + <string name="connected_via_carrier">Connected via %1$s</string> + <!-- Status message of Wi-Fi when an available network is a carrier network. [CHAR LIMIT=NONE] --> + <string name="available_via_carrier">Available via %1$s</string> + <!-- Speed label for very slow network speed --> <string name="speed_label_very_slow">Very Slow</string> <!-- Speed label for slow network speed --> |