Add network interface name for USB tethering

CRs-Fixed: 380381
Change-Id: I8d358c0e99be0f3a9e8142a0a13c0921b1fe211e
This commit is contained in:
Vineela Tummalapalli 2012-07-24 16:56:24 +05:30
parent 2ddb246afb
commit 30d64dae9a
1 changed files with 8 additions and 0 deletions

View File

@ -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>