klte-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
This commit is contained in:
parent
873171b878
commit
005ba34fb8
1 changed files with 1 additions and 1 deletions
|
@ -166,8 +166,8 @@
|
||||||
<!-- Common options are [1, 4] for TYPE_WIFI and TYPE_MOBILE_DUN or
|
<!-- 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 -->
|
<!== [0,1,5,7] for TYPE_MOBILE, TYPE_WIFI, TYPE_MOBILE_HIPRI and TYPE_BLUETOOTH -->
|
||||||
<integer-array translatable="false" name="config_tether_upstream_types">
|
<integer-array translatable="false" name="config_tether_upstream_types">
|
||||||
<item>0</item>
|
|
||||||
<item>1</item>
|
<item>1</item>
|
||||||
|
<item>0</item>
|
||||||
<item>5</item>
|
<item>5</item>
|
||||||
<item>7</item>
|
<item>7</item>
|
||||||
</integer-array>
|
</integer-array>
|
||||||
|
|
Loading…
Reference in a new issue