From 3b4bf868dd0482ea066d9081b7647775284f891d Mon Sep 17 00:00:00 2001 From: Chuwei Xu Date: Fri, 15 Feb 2019 16:20:53 +0800 Subject: [PATCH] WIFI cannot be automatically connected Legacy architectures and the ones with antenna sharing design operate with single chain and thus would need the scan results with single radio chain. Thus, set this configuration to TRUE Bug: 123730925 Test: run cts-on-gsi -m CtsNetTestCases Change-Id: I524269584588fce241d5a3a7abc6bb90e93ed507 --- core/res/res/values/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 5444c690f821..6e380c8a6639 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -653,7 +653,7 @@ true - false + true true -- 2.11.0