universal7870: Remove config_tether_upstream_types overlay

* No need for it now as framework side handles this well on P

Conflicts:
	overlay/frameworks/base/core/res/res/values/config.xml
This commit is contained in:
Wang Han 2018-08-19 11:05:37 +08:00 committed by Martin
parent 53a1e10e9f
commit bd193820cd
No known key found for this signature in database
GPG key ID: 9284868D12F2C06B

View file

@ -69,18 +69,6 @@
<item>bt-pan</item>
</string-array>
<!-- Array of allowable ConnectivityManager network types for tethering -->
<!-- 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>4</item>
<item>5</item>
<item>7</item>
<item>9</item>
</integer-array>
<!-- The default iface on which to monitor data use -->
<string name="config_datause_iface" translatable="false">rmnet0</string>