Merge "Add a default SSID prefix for local only hotspot"
This commit is contained in:
@ -2979,6 +2979,8 @@
|
|||||||
|
|
||||||
<!-- Do not translate. Default access point SSID used for tethering -->
|
<!-- Do not translate. Default access point SSID used for tethering -->
|
||||||
<string name="wifi_tether_configure_ssid_default" translatable="false">AndroidAP</string>
|
<string name="wifi_tether_configure_ssid_default" translatable="false">AndroidAP</string>
|
||||||
|
<!-- Do not translate. Default access point SSID used for local only hotspot -->
|
||||||
|
<string name="wifi_localhotspot_configure_ssid_default" translatable="false">AndroidShare</string>
|
||||||
|
|
||||||
<!-- A notification is shown the first time a connection is attempted on an app owned AP -->
|
<!-- A notification is shown the first time a connection is attempted on an app owned AP -->
|
||||||
<!-- title for this message -->
|
<!-- title for this message -->
|
||||||
|
@ -981,6 +981,7 @@
|
|||||||
<java-symbol type="string" name="wifi_p2p_turnon_message" />
|
<java-symbol type="string" name="wifi_p2p_turnon_message" />
|
||||||
<java-symbol type="string" name="wifi_p2p_frequency_conflict_message" />
|
<java-symbol type="string" name="wifi_p2p_frequency_conflict_message" />
|
||||||
<java-symbol type="string" name="wifi_tether_configure_ssid_default" />
|
<java-symbol type="string" name="wifi_tether_configure_ssid_default" />
|
||||||
|
<java-symbol type="string" name="wifi_localhotspot_configure_ssid_default" />
|
||||||
<java-symbol type="string" name="wifi_watchdog_network_disabled" />
|
<java-symbol type="string" name="wifi_watchdog_network_disabled" />
|
||||||
<java-symbol type="string" name="wifi_watchdog_network_disabled_detailed" />
|
<java-symbol type="string" name="wifi_watchdog_network_disabled_detailed" />
|
||||||
<java-symbol type="string" name="imei" />
|
<java-symbol type="string" name="imei" />
|
||||||
|
Reference in New Issue
Block a user