summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJo De Boeck <deboeck.jo@gmail.com>2013-06-23 23:11:33 +0200
committerJo De Boeck <deboeck.jo@gmail.com>2013-06-26 19:21:14 +0200
commit57d7aa3a69b8e48d99d8e7c8589d93c1cfbbeb96 (patch)
treeb6ce0450ed5ec9975028a3b984f776e0d7bd1b16 /res/values
parenta6eafbbe45a934131d5faf8d68134205c6929c91 (diff)
downloadpackages_apps_settings-57d7aa3a69b8e48d99d8e7c8589d93c1cfbbeb96.zip
packages_apps_settings-57d7aa3a69b8e48d99d8e7c8589d93c1cfbbeb96.tar.gz
packages_apps_settings-57d7aa3a69b8e48d99d8e7c8589d93c1cfbbeb96.tar.bz2
Add 2G/3G option to profile connections (2/2)
Only show option when network type is GSM not CDMA Change-Id: Ib225366c63ae928f23afd5bbe8b5f68818a4976b
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_arrays.xml8
-rw-r--r--res/values/cm_strings.xml5
2 files changed, 13 insertions, 0 deletions
diff --git a/res/values/cm_arrays.xml b/res/values/cm_arrays.xml
index 74fc542..bc0ec04 100644
--- a/res/values/cm_arrays.xml
+++ b/res/values/cm_arrays.xml
@@ -213,10 +213,18 @@
<item>Enable</item>
</string-array>
+ <!-- Profile 2G-3G mode options. -->
+ <string-array name="profile_networkmode_entries" translatable="false">
+ <item>@string/profile_networkmode_2g</item>
+ <item>@string/profile_networkmode_3g</item>
+ <item>@string/profile_networkmode_2g3g</item>
+ </string-array>
+
<!-- Values for profile connections. Do not translate. -->
<string-array name="profile_connection_values" translatable="false">
<item>0</item>
<item>1</item>
+ <item>2</item>
</string-array>
<!-- Values for profile Wi-Fi triggers -->
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 9396d75..a481723 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -215,6 +215,11 @@
<string name="profile_app_delete_confirm">Remove this application?</string>
<string name="profile_cannot_delete">An active profile cannot be deleted</string>
+ <!-- Profile network mode -->
+ <string name="profile_networkmode_2g">2G</string>
+ <string name="profile_networkmode_3g">3G</string>
+ <string name="profile_networkmode_2g3g">2G/3G</string>
+
<!-- Profile Config screen PreferenceGroup titles -->
<string name="profile_connectionoverrides_title">Connection overrides</string>
<string name="profile_volumeoverrides_title">Volume overrides</string>