aboutsummaryrefslogtreecommitdiff
path: root/overlay/frameworks
diff options
context:
space:
mode:
authorPaul Keith <javelinanddart@gmail.com>2018-06-09 17:53:25 +0200
committerCosme Domínguez Díaz <cosme.ddiaz@gmail.com>2018-06-29 20:40:51 +0200
commitadcfaea54f907cd27eaee85fc8c7013b9cbaea14 (patch)
tree72b8c26ae3ca86b69f2c33ebad515e7e0a211ea3 /overlay/frameworks
parent7b56e60fff09fa045d1d9b142674d9d4718de841 (diff)
msm8996-common: Reorder tetherable connection types
* In O, the default setting for mobile data always active was changed from off to on, meaning that when non-WiFi tethering is being attempted, more than one connection can be active * Since the first active connection type in this overlay is used, reorder the values to get WiFi connections first, and then any type of mobile data connection, instead of vice versa Change-Id: I41f31ba1a2793e209ff439c9ba28a390fecdeecb
Diffstat (limited to 'overlay/frameworks')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 3be3b9f..78e35f5 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -65,8 +65,8 @@
<!-- Common options are [1, 4] for TYPE_WIFI and TYPE_MOBILE_DUN or
[0,1,5,7] for TYPE_MOBILE, TYPE_WIFI, TYPE_MOBILE_HIPRI and TYPE_BLUETOOTH -->
<integer-array translatable="false" name="config_tether_upstream_types">
- <item>0</item>
<item>1</item>
+ <item>0</item>
<item>5</item>
<item>7</item>
</integer-array>