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
This commit is contained in:
@@ -287,7 +287,7 @@
|
||||
<!-- Default value for ConnectivityManager.getMultipathPreference() on metered networks. Actual
|
||||
device behaviour is controlled by Settings.Global.NETWORK_METERED_MULTIPATH_PREFERENCE.
|
||||
This is the default value of that setting. -->
|
||||
<integer translatable="false" name="config_networkMeteredMultipathPreference">3</integer>
|
||||
<integer translatable="false" name="config_networkMeteredMultipathPreference">0</integer>
|
||||
|
||||
<!-- List of regexpressions describing the interface (if any) that represent tetherable
|
||||
USB interfaces. If the device doesn't want to support tethering over USB this should
|
||||
|
||||
Reference in New Issue
Block a user