From 4864624c3d6a814a222611bad2ea4d3163f9b55a Mon Sep 17 00:00:00 2001 From: Hai Shalom Date: Mon, 12 Nov 2018 11:49:05 -0800 Subject: [PATCH] Fix Wi-Fi setup in setup wizard Fix Wi-Fi setup in setup wizard; New WPA3/OWE networks added to arrays.xml in an order of security caused a mismatch in the network type index in SUW. Workaround to append the new string instead. Will require additional work. Bug: 119385642 Test: Setup wizard and settings app functional test Change-Id: I6d95213a24de274f686ab372bb5fc69128a07e56 --- res/values/arrays.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/values/arrays.xml b/res/values/arrays.xml index c3faabad9f9..4bd86dce0d6 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -215,11 +215,11 @@ @string/wifi_security_none - @string/wifi_security_owe @string/wifi_security_wep @string/wifi_security_psk_generic - @string/wifi_security_sae @string/wifi_security_eap + @string/wifi_security_owe + @string/wifi_security_sae @string/wifi_security_eap_suiteb