diff options
-rw-r--r-- | rro_overlays/TetheringOverlay/res/values/config.xml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/rro_overlays/TetheringOverlay/res/values/config.xml b/rro_overlays/TetheringOverlay/res/values/config.xml index b3e245e..1b8d8b4 100644 --- a/rro_overlays/TetheringOverlay/res/values/config.xml +++ b/rro_overlays/TetheringOverlay/res/values/config.xml @@ -25,30 +25,6 @@ --> <bool translatable="false" name="config_tether_enable_bpf_offload">false</bool> - <!-- List of regexpressions describing the interface (if any) that represent tetherable - USB interfaces. If the device doesn't want to support tethering 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> - - <!-- List of regexpressions describing the interface (if any) that represent tetherable - Wifi interfaces. If the device doesn't want to support tethering over Wifi this - should be empty. An example would be "softap.*" --> - <string-array name="config_tether_wifi_regexs"> - <item>"wlan0"</item> - <item>"wigig0"</item> - </string-array> - - <!-- List of regexpressions describing the interface (if any) that represent tetherable - 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>"bnep\\d"</item> - <item>"bt-pan"</item> - </string-array> - <!-- Dhcp range (min, max) to use for tethering purposes --> <string-array translatable="false" name="config_tether_dhcp_range"> <item>192.168.42.2</item> |