Add network interface name for USB tethering
CRs-Fixed: 380381 Change-Id: I8d358c0e99be0f3a9e8142a0a13c0921b1fe211e
This commit is contained in:
parent
2ddb246afb
commit
30d64dae9a
|
@ -22,4 +22,12 @@
|
|||
<!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. -->
|
||||
<bool name="config_cellBroadcastAppLinks">true</bool>
|
||||
|
||||
<!-- List of regexpressions describing the interface (if any) that represent tetherable
|
||||
USB interfaces. If the device doesn't want to support tething over USB this should
|
||||
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>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue