universal7885: TetheringOverlay: Add config_tether_wifi_regexs config

* Used for commit 27149a28ca

* E android.hardware.wifi@1.0-service: Failed to add interface: wlan1 NOT_SUPPORTED

Change-Id: Ic4040c2757f47220a112d7cd2b4a7eb6493428ff
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
roynatech2544 2021-11-13 04:19:31 +09:00
commit e7bc0692b8
No known key found for this signature in database
GPG key ID: 9675C32163D88D30

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string-array translatable="false" name="config_tether_wifi_regexs">
<item>"wlan\\d"</item>
<item>"swlan\\d"</item>
</string-array>
</resources>