sdm710-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 SamarV-121
parent 4cb4078b40
commit d281417bad

View file

@ -124,15 +124,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
<!-- Dhcp range (min, max) to use for tethering purposes --> <!-- Dhcp range (min, max) to use for tethering purposes -->
<!-- USB is 192.168.42.1 and 255.255.255.0 <!-- USB is 192.168.42.1 and 255.255.255.0