Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84b3139d authored by Rebecca Silberstein's avatar Rebecca Silberstein
Browse files

Add a default SSID prefix for local only hotspot

Add a default prefix for local only hotspot that will be used to
generate WifiConfiguration objects.  This prefix will have
random digits appended to reduce AP name collisions.

Bug: 36704909
Test: compiles

Change-Id: I2b9478a12de27cabe13ece2973bce7cd4976ba2f
parent 4a43598b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2979,6 +2979,8 @@

    <!-- Do not translate. Default access point SSID used for tethering -->
    <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 -->
    <!-- title for this message -->
+1 −0
Original line number Diff line number Diff line
@@ -981,6 +981,7 @@
  <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_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_detailed" />
  <java-symbol type="string" name="imei" />