sdm710-common: Update tether overlays
Ref: https://github.com/LineageOS/android_device_oneplus_sdm845-common/blob/lineage-17.1//overlay/frameworks/base/core/res/res/values/config.xml#L48
This commit is contained in:
parent
6b8ab2e503
commit
083fc1b51d
1 changed files with 5 additions and 2 deletions
|
@ -105,8 +105,11 @@
|
|||
Wifi interfaces. If the device doesn't want to support tethering over Wifi this
|
||||
should be empty. An example would be "softap.*" -->
|
||||
<string-array translatable="false" name="config_tether_wifi_regexs">
|
||||
<item>wigig0</item>
|
||||
<item>softap0</item>
|
||||
<item>"wigig0"</item>
|
||||
<item>"softap0"</item>
|
||||
<item>"wifi_br0"</item>
|
||||
<item>"wlan0"</item>
|
||||
<item>"wlan1"</item>
|
||||
</string-array>
|
||||
|
||||
<!-- List of regexpressions describing the interface (if any) that represent tetherable
|
||||
|
|
Loading…
Reference in a new issue