config: 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
gugelfrei
Erik Kline 5 years ago committed by Sam Mortimer
parent 19074ef55f
commit 4ec881366c

@ -89,4 +89,9 @@
<!-- Whether or not we should show the option to show battery percentage -->
<bool name="config_battery_percentage_setting_available">false</bool>
<!-- When true, the tethering upstream network follows the current default
Internet network (except when the current default network is mobile,
in which case a DUN network will be used if required). -->
<bool name="config_tether_upstream_automatic">true</bool>
</resources>

Loading…
Cancel
Save