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

Commit 67754932 authored by kaiyiz's avatar kaiyiz Committed by Linux Build Service Account
Browse files

Regional: Customize wifi hostspot and wifi name

-Set WLAN hostspot's default security type to none.
-Customize hostpot ssid and pass.
-Customize wifi direct name for carrier.

Change-Id: I164da0ddba195404ef07ec9e62787b7ff5871661
parent 220cf8f6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@
    <bool name="kg_enable_camera_default_widget">true</bool>
    <bool name="kg_center_small_widgets_vertically">false</bool>
    <bool name="kg_top_align_page_shrink_on_bouncer_visible">true</bool>
    <!-- Whether to make default hotspot security NONE-->
    <bool name="set_wifi_hotspot_security_none">false</bool>
    <bool name="kg_show_ime_at_screen_on">true</bool>
    <bool name="action_bar_embed_tabs">true</bool>
    <bool name="action_bar_embed_tabs_pre_jb">false</bool>
+7 −0
Original line number Diff line number Diff line
@@ -4930,4 +4930,11 @@
    <!-- Text of the checkbox for the permission confirmation dialog to remember the user's choice. [CHAR LIMIT=40] -->
    <string name="permission_remember_choice">Remember</string>
    <string name="permission">Permission</string>

    <!-- Default wi-fi hotspot ssid -->
    <string name="def_wifi_wifihotspot_ssid" translatable="false"></string>
    <!-- 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>
+4 −1
Original line number Diff line number Diff line
@@ -348,7 +348,7 @@
  <java-symbol type="bool" name="config_ascii_7bit_support_for_long_message" />
  <java-symbol type="bool" name="config_lte_capable" />
  <java-symbol type="bool" name="config_send_sms1x_on_voice_call" />

  <java-symbol type="bool" name="set_wifi_hotspot_security_none" />
  <java-symbol type="bool" name="config_radio_reset_on_regular_deactivation" />

  <java-symbol type="bool" name="config_feature_iwlan_enabled" />
@@ -451,6 +451,9 @@
  <java-symbol type="string" name="CLIRDefaultOnNextCallOff" />
  <java-symbol type="string" name="CLIRDefaultOnNextCallOn" />
  <java-symbol type="string" name="CLIRPermanent" />
  <java-symbol type="string" name="def_wifi_wifihotspot_ssid" />
  <java-symbol type="string" name="def_wifi_wifihotspot_pass" />
  <java-symbol type="string" name="def_wifi_direct_name" />
  <java-symbol type="string" name="CfMmi" />
  <java-symbol type="string" name="ClipMmi" />
  <java-symbol type="string" name="ClirMmi" />