请问Android10的WiFi网卡默认可以【使用设备MAC】吗?
-
请问Android10的WiFi网卡默认可以【使用设备MAC】吗?
-
SDK里面用这个命令搜索:
grep config_wifi_connected_mac_randomization_supported -r . --include "config.xml"
把 true 都改成 false 就好了。
-
一般只要修改板级目录下面的 config.xml 就可以了:
device/softwinner/xxxx-yyyyy/overlay/frameworks/base/core/res/res/values/config.xml
<!-- Indicates that connected MAC randomization is supported on this device --> <bool translatable="false" name="config_wifi_connected_mac_randomization_supported">false</bool>
Copyright © 2024 深圳全志在线有限公司 粤ICP备2021084185号 粤公网安备44030502007680号