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:
Lorenzo Colitti
2017-06-12 19:01:34 +09:00
parent b32fecd6e0
commit d1e7d3d73e

View File

@@ -287,7 +287,7 @@
<!-- Default value for ConnectivityManager.getMultipathPreference() on metered networks. Actual <!-- Default value for ConnectivityManager.getMultipathPreference() on metered networks. Actual
device behaviour is controlled by Settings.Global.NETWORK_METERED_MULTIPATH_PREFERENCE. device behaviour is controlled by Settings.Global.NETWORK_METERED_MULTIPATH_PREFERENCE.
This is the default value of that setting. --> 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 <!-- 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 USB interfaces. If the device doesn't want to support tethering over USB this should