sdm660-common: Use tether automatic upstream selection

(config_tether_upstream_automatic=true)

Test: as follows
    - built, flashed, booted
Bug: 32163131
Bug: 62648872
Bug: 63282480
Bug: 110118584
Bug: 110260419

Change-Id: I604cda53d6d37a33de3e3ccc65c0da781d21278b
This commit is contained in:
Erik Kline 2018-06-16 21:10:19 +09:00 committed by Max Weffers
parent fb4fb073ca
commit 8973f6f995
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -155,15 +155,10 @@
<item>"bt-pan"</item> <item>"bt-pan"</item>
</string-array> </string-array>
<!-- Array of allowable ConnectivityManager network types for tethering --> <!-- When true, the tethering upstream network follows the current default
<!-- Common options are [1, 4] for TYPE_WIFI and TYPE_MOBILE_DUN or Internet network (except when the current default network is mobile,
[0,1,5,7] for TYPE_MOBILE, TYPE_WIFI, TYPE_MOBILE_HIPRI and TYPE_BLUETOOTH --> in which case a DUN network will be used if required). -->
<integer-array translatable="false" name="config_tether_upstream_types"> <bool translatable="false" name="config_tether_upstream_automatic">true</bool>
<item>1</item>
<item>0</item>
<item>5</item>
<item>7</item>
</integer-array>
<!-- This string array should be overridden by the device to present a list of network <!-- This string array should be overridden by the device to present a list of network
attributes. This is used by the connectivity manager to decide which networks can coexist attributes. This is used by the connectivity manager to decide which networks can coexist