Added "Speed and Compatibility" Settings page
- Show each band option individually in single-band devices - Show "2.4 and 5GHz" combined option in dual-band devices - Disable 5 GHz option if the device is in the restricted country - Disable 6 GHz option if the device is in the restricted country - Hide 6 GHz option if the old device does not support 6 GHz band. Bug: 245258763 Test: manual test atest -c WifiHotspotSpeedSettingsTest atest -c WifiHotspotSpeedViewModelTest \ WifiHotspotRepositoryTest Change-Id: I358d4ff8d62df72fd5080e55f40d588c238d01fb
This commit is contained in:
@@ -2018,13 +2018,37 @@
|
||||
<!-- Title for Wifi hotspot speed [CHAR LIMIT=NONE]-->
|
||||
<string name="wifi_hotspot_speed_title">Speed & compatibility</string>
|
||||
<!-- Summary for Wifi hotspot speed to 2.4 GHz band [CHAR LIMIT=NONE]-->
|
||||
<string name="wifi_hotspot_speed_2g_summary">2.4 GHz / Any device can connect</string>
|
||||
<string name="wifi_hotspot_speed_summary_2g">2.4 GHz / Any device can connect</string>
|
||||
<!-- Summary for Wifi hotspot speed to 5 GHz band [CHAR LIMIT=NONE]-->
|
||||
<string name="wifi_hotspot_speed_5g_summary">5 GHz / Most devices can connect</string>
|
||||
<string name="wifi_hotspot_speed_summary_5g">5 GHz / Most devices can connect</string>
|
||||
<!-- Summary for Wifi hotspot speed to 6 GHz band [CHAR LIMIT=NONE]-->
|
||||
<string name="wifi_hotspot_speed_6g_summary">6 GHz / Few devices can connect</string>
|
||||
<string name="wifi_hotspot_speed_summary_6g">6 GHz / Few devices can connect</string>
|
||||
<!-- Summary for Wifi hotspot speed to 6 GHz band [CHAR LIMIT=NONE]-->
|
||||
<string name="wifi_hotspot_speed_2g_and_5g_summary">2.4 and 5 GHz / Any device can connect</string>
|
||||
<string name="wifi_hotspot_speed_summary_2g_and_5g">2.4 and 5 GHz / Any device can connect</string>
|
||||
<!-- Top introduction on the Wi-Fi hotspot speed settings, summarizes options available for Wi-Fi hotspot bands. [CHAR LIMIT=NONE] -->
|
||||
<string name="wifi_hotspot_speed_intro">Choose a frequency for your hotspot. The frequency affects the connection speed and what types of devices can find your hotspot.</string>
|
||||
<!-- Category title on the radio button of the Wi-Fi hotspot speed. [CHAR LIMIT=NONE] -->
|
||||
<string name="wifi_hotspot_speed_category">Preferred frequency</string>
|
||||
<!-- Title for radio button of the Wi-Fi hotspot speed to 2.4 GHz band [CHAR LIMIT=NONE]-->
|
||||
<string name="wifi_hotspot_speed_2g">2.4 GHz</string>
|
||||
<!-- Summary for radio button of the Wi-Fi hotspot speed to 2.4 GHz band [CHAR LIMIT=NONE]-->
|
||||
<string name="wifi_hotspot_speed_2g_summary">Slower speeds. Any device can connect.</string>
|
||||
<!-- Title for radio button of the Wi-Fi hotspot speed to 5 GHz band [CHAR LIMIT=NONE]-->
|
||||
<string name="wifi_hotspot_speed_5g">5 GHz</string>
|
||||
<!-- Summary for radio button of the Wi-Fi hotspot speed to 5 GHz band [CHAR LIMIT=NONE]-->
|
||||
<string name="wifi_hotspot_speed_5g_summary">Fast speeds. Most devices can connect.</string>
|
||||
<!-- Title for radio button of the Wi-Fi hotspot speed to 2.4 GHz and 5 GHz bands [CHAR LIMIT=NONE]-->
|
||||
<string name="wifi_hotspot_speed_2g_5g">2.4 and 5 GHz</string>
|
||||
<!-- Summary for radio button of the Wi-Fi hotspot speed to 2.4 GHz and 5 GHz bands [CHAR LIMIT=NONE]-->
|
||||
<string name="wifi_hotspot_speed_2g_5g_summary">Fast speeds. Any device can connect to this dual-band hotspot.</string>
|
||||
<!-- Title for radio button of the Wi-Fi hotspot speed to 6 GHz band [CHAR LIMIT=NONE]-->
|
||||
<string name="wifi_hotspot_speed_6g">6 GHz</string>
|
||||
<!-- Summary for radio button of the Wi-Fi hotspot speed to 6 GHz band [CHAR LIMIT=NONE]-->
|
||||
<string name="wifi_hotspot_speed_6g_summary">Fastest speeds. Fewest devices can connect.</string>
|
||||
<!-- Summary for the Wi-Fi hotspot speed unavailable [CHAR LIMIT=NONE]-->
|
||||
<string name="wifi_hotspot_speed_summary_unavailable">Not available in your country or region</string>
|
||||
<!-- The footer message for switch screen resolution [CHAR LIMIT=NONE] -->
|
||||
<string name="wifi_hotspot_speed_footer">If your preferred frequency isn\u0027t available, your hotspot may use a different one. Hotspot security settings may change if you change the frequency.</string>
|
||||
|
||||
<!-- Summary text when turning hotspot on -->
|
||||
<string name="wifi_tether_starting">Turning hotspot on\u2026</string>
|
||||
|
Reference in New Issue
Block a user