sm6250-common: TetheringOverlay: Change wifi tether regex

The wifi interface names for wifi can either be wlan0 or wlan1.
Change the "config_tether_wifi_regexs" appropriately.

Bug: 80375412
Test: Ensured we display "Hotspot on" in settings when softap is started
on either wlan0 or wlan1.

Change-Id: I0c456412f9b71ef2ee784f3bfa58b01b9287ca73
This commit is contained in:
Roshan Pius 2018-07-27 09:53:51 -07:00 committed by Demon000
parent ac9469a3dd
commit 7defa6bffb

View File

@ -31,7 +31,7 @@
should be empty. An example would be "softap.*" --> should be empty. An example would be "softap.*" -->
<string-array name="config_tether_wifi_regexs"> <string-array name="config_tether_wifi_regexs">
<item>"softap0"</item> <item>"softap0"</item>
<item>"wlan0"</item> <item>"wlan\\d"</item>
</string-array> </string-array>
<!-- List of regexpressions describing the interface (if any) that represent tetherable <!-- List of regexpressions describing the interface (if any) that represent tetherable