From d1e7d3d73e415778f6842488ba8da4b40a6478b1 Mon Sep 17 00:00:00 2001 From: Lorenzo Colitti Date: Mon, 12 Jun 2017 19:01:34 +0900 Subject: [PATCH] Change the multipath hint default to 0. It was set to 3 (handover+reliability) during the development cycle, but should not be set to a nonzero value on user devices until the returned value takes into account the amount of non-default network data usage. Bug: 34630278 Test: marlin builds and boots Test: ConnectivityServiceTest passes Change-Id: I2b09a6e09c497886862cbaaaf3b283dedfbfa94c --- 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 669202611f7eb..3613acf44aa30 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -287,7 +287,7 @@ - 3 + 0