Make user explicitly set security type for tether network
This was made implicit which is confusing for the user so this CL adds a preference to make the user manually choose their security type. Test: robotests Fixes: 79435112 Change-Id: Ie78806e8952b52e1b7cd21f0b87c9d064acaff64 Merged-In: Ie78806e8952b52e1b7cd21f0b87c9d064acaff64
This commit is contained in:
committed by
Andrew Sapperstein
parent
99902e1faf
commit
d9bae5a15e
@@ -235,6 +235,22 @@
|
||||
<item>@string/wifi_security_psk_generic</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Security types for wireless tether -->
|
||||
<string-array name="wifi_tether_security">
|
||||
<!-- Do not translate. -->
|
||||
<item>@string/wifi_security_wpa2</item>
|
||||
<!-- Do not translate. -->
|
||||
<item>@string/wifi_security_none</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Values for security type for wireless tether -->
|
||||
<string-array name="wifi_tether_security_values">
|
||||
<!-- Do not translate. -->
|
||||
<item>4</item>
|
||||
<!-- Do not translate. -->
|
||||
<item>0</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Match this with the constants in WifiDialog. --> <skip />
|
||||
<!-- Wi-Fi settings. The type of EAP method a Wi-Fi network has. -->
|
||||
<string-array name="wifi_eap_method">
|
||||
|
Reference in New Issue
Block a user