mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
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:
parent
8efc24ae63
commit
e7bc0692b8
1 changed files with 7 additions and 0 deletions
|
|
@ -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>
|
||||||
Loading…
Reference in a new issue