diff options
author | Lorenzo Colitti <lorenzo@google.com> | 2015-06-10 17:03:46 +0900 |
---|---|---|
committer | Lorenzo Colitti <lorenzo@google.com> | 2015-06-10 23:38:19 +0900 |
commit | c6d997271a9e80cba647ec482a1e67425d5e9861 (patch) | |
tree | 41309f7b15b436eb6b236b6e5b99e0ba9685e94e /res | |
parent | 25935892092a9efe31c075555f0e9e6fc72d795c (diff) | |
download | packages_apps_Settings-c6d997271a9e80cba647ec482a1e67425d5e9861.zip packages_apps_Settings-c6d997271a9e80cba647ec482a1e67425d5e9861.tar.gz packages_apps_Settings-c6d997271a9e80cba647ec482a1e67425d5e9861.tar.bz2 |
Add a string for switching to cell when Wi-Fi loses backhaul.
We have not yet decided whether to surface this setting, but
we need to get it in before string freeze in case we do want to
expose it.
Bug: 20896761
Change-Id: I1c99229a284a0ae86ab191ae90a7dff497984fea
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index bde0a9f..60154b4 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1449,6 +1449,9 @@ <string name="wifi_suspend_optimizations_summary">Minimize battery usage when Wi\u2011Fi is on</string> <!-- Checkbox summary for option to toggle suspend power optimizations [CHAR LIMIT=30] --> <string name="wifi_limit_optimizations_summary">Limit battery used by Wi\u2011Fi</string> + <!-- Checkbox title. Should we switch to using cellular data if Wi-Fi is still connected but the Wi-Fi network we're connected to no longer has Internet access (e.g., due to an outage)? --> + <string name="wifi_switch_away_when_unvalidated">Switch to cellular data if Wi\u2011Fi loses Internet access.</string> + <!-- Action bar text message to manually add a wifi network [CHAR LIMIT=20]--> <string name="wifi_add_network">Add network</string> <!-- Header for the list of wifi networks--> |