Bootstrap

android wifi 热点名称的默认配置

在android11里

frameworks/opt/net/wifi/service/res/values/config.xml

281     <string name="wifi_tether_configure_ssid_default" translatable="false">AndroidAP</string>
282     <!-- Do not translate. Default access point SSID used for local only hotspot -->
283     <string name="wifi_localhotspot_configure_ssid_default" translatable="false">AndroidShare</string>

 wifi_tether_configure_ssid_default 是热点的默认值前缀

wifi_localhotspot_configure_ssid_default是本地热点的默认值前缀

Android12里在

packages/modules/Wifi/service/ServiceWifiResources/res/values/config.xml

;