Support displaying a dialog when Wi-Fi loses Internet access.

Bug: 31075769
Change-Id: Ia0c76d80591937dc40765c437e5779f3b6dde217
This commit is contained in:
Lorenzo Colitti
2016-09-15 14:06:46 +09:00
parent 27aabcd4df
commit 1449ecd460
3 changed files with 55 additions and 24 deletions

View File

@@ -1746,7 +1746,14 @@
<!-- Dialog text to tell the user that the selected network does not have Internet access. -->
<string name="no_internet_access_text">This network has no Internet access. Stay connected?</string>
<string name="no_internet_access_remember">Don\u2019t ask again for this network</string>
<string name="no_internet_access_remember">Don\u2019t ask again</string>
<!-- Dialog text to tell the user that the selected network has lost Internet access, and asking the usee whether they want to avoid this network. -->
<string name="lost_internet_access_title">Wi\u2011Fi has no Internet access</string>
<string name="lost_internet_access_text">Your device can automatically switch to other saved Wi\u2011Fi networks or cellular data. Cellular charges may apply.</string>
<string name="lost_internet_access_switch">Switch networks</string>
<string name="lost_internet_access_cancel">Cancel</string>
<!-- Button label to connect to a Wi-Fi network -->
<string name="wifi_connect">Connect</string>