<!-- A notification is shown when the user connects to a Wi-Fi network and the system detects that that network has no Internet access. This is the notification's message. -->
<stringname="wifi_no_internet_detailed">Tap for options</string>
<!-- Network type names used in the network_switch_metered and network_switch_metered_detail strings. These must be kept in the sync with the values NetworkCapabilities.TRANSPORT_xxx values, and in the same order. -->
<string-arrayname="network_switch_type_name">
<item>cellular data</item>
<item>Wi-Fi</item>
<item>Bluetooth</item>
<item>Ethernet</item>
<item>VPN</item>
</string-array>
<!-- Network type name displayed if one of the types is not found in network_switch_type_name. -->
<!-- A notification is shown when a user's selected SSID is later disabled due to connectivity problems. This is the notification's title / ticker. -->
<stringname="wifi_watchdog_network_disabled">Couldn\'t connect to Wi-Fi</string>
<!-- A notification is shown when a user's selected SSID is later disabled due to connectivity problems. The complete alert msg is: <hotspot name> + this string, i.e. "Linksys has a poor internet connection" -->