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

Commit 7f7eba3b authored by Wang Yimin's avatar Wang Yimin Committed by Linux Build Service Account
Browse files

Regional: Customize Wifi hotspot,direct name

Change-Id: Ieede9eb92294fd3b2f13c7b7201205d41e479340
CRs-Fixed: 1037633
parent 60eb2b73
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -33,4 +33,14 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    <!-- Used in LocalePicker, default language must be contained -->
    <string name="locale_codes" translatable="false"></string>

    <!-- Set Wifi hotspot security type
    NONE : 0
    WPA2 PSK: 4
    -->
    <integer name="wifi_hotspot_security_type">4</integer>
    <!-- Default wi-fi hotspot pass -->
    <string name="def_wifi_wifihotspot_pass" translatable="false"></string>
    <!-- Default wi-fi direct name -->
    <string name="def_wifi_direct_name" translatable="false"></string>

</resources>
+3 −0
Original line number Diff line number Diff line
@@ -2726,4 +2726,7 @@

  <java-symbol type="bool" name="config_showOperatorNameInStatusBar" />
  <java-symbol type="bool" name="config_passpoint_setting_on" />
  <java-symbol type="integer" name="wifi_hotspot_security_type" />
  <java-symbol type="string" name="def_wifi_wifihotspot_pass" />
  <java-symbol type="string" name="def_wifi_direct_name" />
</resources>