OSDN Git Service

Regional: Customize Wifi hotspot,direct name
authorWang Yimin <wangyiming@codeaurora.org>
Mon, 15 Aug 2016 11:07:32 +0000 (19:07 +0800)
committerLinux Build Service Account <lnxbuild@localhost>
Wed, 24 Aug 2016 14:16:15 +0000 (08:16 -0600)
Change-Id: Ieede9eb92294fd3b2f13c7b7201205d41e479340
CRs-Fixed: 1037633

core/res/res/values/customize.xml
core/res/res/values/symbols.xml [changed mode: 0755->0644]

index 02184a8..b7c2ce0 100644 (file)
@@ -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>
old mode 100755 (executable)
new mode 100644 (file)
index a2097de..d8d0660
 
   <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>