diff options
author | Jorge Ruesga <jorge@ruesga.com> | 2015-06-04 01:01:52 +0200 |
---|---|---|
committer | Steve Kondik <shade@chemlab.org> | 2015-12-04 19:10:37 -0800 |
commit | 5f546bf6a98684a20f297bccaa459b5e1ca4216d (patch) | |
tree | 6807c37652fe0624de83a1072841d579314185af /res/values/cm_strings.xml | |
parent | ab432ed87bc1d8307cc8d25eb141b6f158c604e2 (diff) | |
download | packages_apps_Settings-5f546bf6a98684a20f297bccaa459b5e1ca4216d.zip packages_apps_Settings-5f546bf6a98684a20f297bccaa459b5e1ca4216d.tar.gz packages_apps_Settings-5f546bf6a98684a20f297bccaa459b5e1ca4216d.tar.bz2 |
settings: wifi priorities
Added the ability of graphically set the priority of any of the saved Wi-Fi networks
through Settings -> Wi-Fi -> Saved networks
Require: http://review.cyanogenmod.org/100830
http://review.cyanogenmod.org/100831
JIRA: CML-118
Change-Id: Id535a7bd8865897bfed0570675ef837a5d410779
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/values/cm_strings.xml')
-rw-r--r-- | res/values/cm_strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index eb32615..099e7ca 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -501,6 +501,9 @@ <string name="headset_connect_player_title">Launch music app</string> <string name="headset_connect_player_summary">Launch the default music app when headset is connected</string> + <!-- WiFi auto-configure priorities --> + <string name="wifi_auto_config_priorities">Automatic priority</string> + <string name="auto_brightness_reset_button">Reset</string> <!-- Display : Rotation --> |