Revert "deb: overlay: adjust config_tether_*"

This reverts commit f19b4bab4d.
This commit is contained in:
followmsi 2019-06-13 11:55:39 +02:00
parent f19b4bab4d
commit 45864b1228

View file

@ -118,7 +118,6 @@
be empty. An example would be "usb.*" -->
<string-array translatable="false" name="config_tether_usb_regexs">
<item>"usb\\d"</item>
<item>"rndis\\d"</item>
</string-array>
<!-- List of regexpressions describing the interface (if any) that represent tetherable
@ -133,8 +132,7 @@
bluetooth interfaces. If the device doesn't want to support tethering over bluetooth this
should be empty. -->
<string-array translatable="false" name="config_tether_bluetooth_regexs">
<item>"bt-pan"</item>
<item>"bnep\\d"</item>
<item>"bt-pan"</item>
</string-array>
<!-- Array of allowable ConnectivityManager network types for tethering -->
@ -144,9 +142,7 @@
<item>1</item>
<item>0</item>
<item>5</item>
<item>6</item>
<item>7</item>
<item>9</item>
</integer-array>
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->