aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhalid Zubair <kzubair@cyngn.com>2015-12-10 17:08:06 -0800
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-12-23 16:28:09 -0800
commitc972c0e85e76911b0d750faafed36cd2caebdffc (patch)
tree0b5964cea2aaeb4cbc9501142bfb1e6589c84c89
parent9f62d8aa55ea2972a250e783af06aca6e84fc3f2 (diff)
downloadvendor_cmsdk-c972c0e85e76911b0d750faafed36cd2caebdffc.zip
vendor_cmsdk-c972c0e85e76911b0d750faafed36cd2caebdffc.tar.gz
vendor_cmsdk-c972c0e85e76911b0d750faafed36cd2caebdffc.tar.bz2
Add resources for WiFi customization
Add resources needed by WiFi service (see If1613a8556908f372a70fbd859fa35e9315f9613) Change-Id: I76b838354459e4482795c9812d37bb204df708c3
-rw-r--r--cm/res/res/values/config.xml10
-rw-r--r--cm/res/res/values/strings.xml1
-rw-r--r--cm/res/res/values/symbols.xml6
3 files changed, 16 insertions, 1 deletions
diff --git a/cm/res/res/values/config.xml b/cm/res/res/values/config.xml
index 77d6e5d..c699ac5 100644
--- a/cm/res/res/values/config.xml
+++ b/cm/res/res/values/config.xml
@@ -66,4 +66,14 @@
<!-- Default, comma-delimited, quick settings tiles. See QSConstants.java for a list of all available tiles -->
<string name="config_defaultQuickSettingsTiles">wifi,bt,cell,airplane,rotation,flashlight,location,edit,cast,visualizer,hotspot,inversion,dnd,live_display</string>
+
+ <!-- Wifi Service -->
+ <!-- Whether to make default hotspot security NONE-->
+ <bool name="config_wifiHotspotSecurityNone">false</bool>
+ <!-- Default wi-fi hotspot ssid -->
+ <string name="config_wifiHotSpotSsid" translatable="false"></string>
+ <!-- Default wi-fi hotspot pass -->
+ <string name="config_wifiHotSpotPass" translatable="false"></string>
+ <!-- Default wi-fi direct name -->
+ <string name="config_wifiDirectName" translatable="false"></string>
</resources>
diff --git a/cm/res/res/values/strings.xml b/cm/res/res/values/strings.xml
index ff7051f..7125f93 100644
--- a/cm/res/res/values/strings.xml
+++ b/cm/res/res/values/strings.xml
@@ -125,5 +125,4 @@
<string name="permlab_thirdPartyKeyguard">third party lock screen</string>
<!-- Third party keyguard permission description -->
<string name="permdesc_thirdPartyKeyguard">Allows an app to be used as an insecure lock screen.</string>
-
</resources>
diff --git a/cm/res/res/values/symbols.xml b/cm/res/res/values/symbols.xml
index f1f101a..d90b3f7 100644
--- a/cm/res/res/values/symbols.xml
+++ b/cm/res/res/values/symbols.xml
@@ -76,4 +76,10 @@
<!-- Quick Settings tile defaults -->
<java-symbol type="string" name="config_defaultQuickSettingsTiles" />
+
+ <!-- Wifi Service -->
+ <java-symbol type="string" name="config_wifiHotSpotSsid" />
+ <java-symbol type="string" name="config_wifiHotSpotPass" />
+ <java-symbol type="string" name="config_wifiDirectName" />
+ <java-symbol type="bool" name="config_wifiHotspotSecurityNone" />
</resources>