summaryrefslogtreecommitdiffstats
path: root/res/values/cm_arrays.xml
diff options
context:
space:
mode:
authorRoman Birg <roman@cyngn.com>2016-02-09 18:14:31 -0800
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-03-15 16:09:01 -0700
commit3a85ba8411921f76c334515180ea060768f007b2 (patch)
tree534d1122d6d928c25830d686b5697a2728c2309d /res/values/cm_arrays.xml
parent9c35338443d9d9d84bbfe4c899d82d2da1f85b60 (diff)
downloadpackages_apps_Settings-3a85ba8411921f76c334515180ea060768f007b2.zip
packages_apps_Settings-3a85ba8411921f76c334515180ea060768f007b2.tar.gz
packages_apps_Settings-3a85ba8411921f76c334515180ea060768f007b2.tar.bz2
Settings: ask telephony for network selection
When configuring profiles and selecting a network mode override, ask Telephony to provide the UI for showing the proper network modes. After the user has selected it, we receive the result, and save it in the profile. Ref: CYNGNOS-1463 Change-Id: I866ed1bc1c915ae00804b07dbbafa86e679a5fa7 Signed-off-by: Roman Birg <roman@cyngn.com>
Diffstat (limited to 'res/values/cm_arrays.xml')
-rw-r--r--res/values/cm_arrays.xml38
1 files changed, 0 insertions, 38 deletions
diff --git a/res/values/cm_arrays.xml b/res/values/cm_arrays.xml
index 44e7b9a..21bcedc 100644
--- a/res/values/cm_arrays.xml
+++ b/res/values/cm_arrays.xml
@@ -44,44 +44,6 @@
<item>DEFAULT</item>
</string-array>
- <!-- Profile 2G-3G and 4G mode options. -->
- <string-array name="profile_networkmode_entries_4g" translatable="false">
- <item>@string/profile_networkmode_2g</item>
- <item>@string/profile_networkmode_3g</item>
- <item>@string/profile_networkmode_4g</item>
- <item>@string/profile_networkmode_2g3g</item>
- <item>@string/profile_networkmode_2g3g4g</item>
- <item>@string/profile_action_none</item>
- </string-array>
-
- <!-- Profile 2G-3G and 4G mode values. -->
- <string-array name="profile_networkmode_values_4g" translatable="false">
- <item>0</item>
- <item>1</item>
- <item>2</item>
- <item>3</item>
- <item>4</item>
- <item>5</item>
- </string-array>
-
- <!-- Profile 2G-3G and 4G mode options. -->
- <string-array name="profile_networkmode_entries_no_2g" translatable="false">
- <item>@string/profile_networkmode_3g</item>
- <item>@string/profile_networkmode_4g</item>
- <item>@string/profile_networkmode_2g3g</item>
- <item>@string/profile_networkmode_2g3g4g</item>
- <item>@string/profile_action_none</item>
- </string-array>
-
- <!-- Profile 2G-3G and 4G mode values. -->
- <string-array name="profile_networkmode_values_no_2g" translatable="false">
- <item>1</item>
- <item>2</item>
- <item>3</item>
- <item>4</item>
- <item>5</item>
- </string-array>
-
<!-- Profile lock mode summaries. Do not translate. -->
<string-array name="profile_lockmode_entries" translatable="false">
<item>@string/profile_action_system</item>