summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Chen <jimmycmchen@google.com>2019-11-28 11:41:17 +0800
committerJimmy Chen <jimmycmchen@google.com>2020-01-15 09:16:29 +0000
commit3d10bcb0f512458718bf993e9a15b5e5710af78b (patch)
treeb0b44e8495eb32725ceea76bc126e3536c2e6bdb
parent40ce64a6782dd18902bc2bab70db4704194609ea (diff)
downloaddevice_google_wahoo-3d10bcb0f512458718bf993e9a15b5e5710af78b.tar.gz
device_google_wahoo-3d10bcb0f512458718bf993e9a15b5e5710af78b.tar.bz2
device_google_wahoo-3d10bcb0f512458718bf993e9a15b5e5710af78b.zip
p2p: revise p2p tether interface regex pattern
wahoo does not use separate interface for a group, it will share main p2p0 interface. Bug: 141382930 Test: run P2P with whaoo as GO Change-Id: I061ed0ac66f8ae75c84d7683f66d4baffd3a3112
-rwxr-xr-xoverlay/frameworks/base/core/res/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 7bcd548c..c962a8db 100755
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -130,7 +130,7 @@
Wifi P2P interfaces. If the device doesn't want to support tethering over Wifi P2p this
should be empty. An example would be "p2p-p2p.*" -->
<string-array translatable="false" name="config_tether_wifi_p2p_regexs">
- <item>"p2p-p2p\\d-.*"</item>
+ <item>"p2p\\d"</item>
</string-array>
<!-- List of regexpressions describing the interface (if any) that represent tetherable