在frameworks\base\core\res\res\values\config.xml中添加红色字体项即可
<!-- 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 translatable="false" name="config_tether_wifi_regexs">
<item>"wlan\\d"</item>
</string-array>
本文介绍如何在Android设备上配置热点功能。通过编辑config.xml文件中的特定条目, 可以指定哪些Wi-Fi接口支持热点分享。例如, 使用正则表达式wland来匹配一系列可能的Wi-Fi接口。
1715

被折叠的 条评论
为什么被折叠?



