13 lines
409 B
XML
13 lines
409 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string-array translatable="false" name="config_tether_usb_regexs">
|
|
<item>"usb\\d"</item>
|
|
<item>"rndis\\d"</item>
|
|
</string-array>
|
|
|
|
<string-array translatable="false" name="config_tether_wifi_regexs">
|
|
<item>"softap\\d"</item>
|
|
<item>"ap\\d"</item>
|
|
<item>"ap_br_ap\\d"</item>
|
|
</string-array>
|
|
</resources>
|