summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorJohn Huang <jsh@google.com>2011-10-15 22:41:11 -0700
committerJohn Huang <jsh@google.com>2011-10-16 14:35:00 -0700
commitd0de427f9ac976d09db6a645f83954899e0fef24 (patch)
tree35d98acb36772bd75625f12e3b3769dd8d5a45b8 /res/xml
parent68da83649e8f8488275677d3b0e0995a230513b4 (diff)
downloadpackages_apps_Settings-d0de427f9ac976d09db6a645f83954899e0fef24.zip
packages_apps_Settings-d0de427f9ac976d09db6a645f83954899e0fef24.tar.gz
packages_apps_Settings-d0de427f9ac976d09db6a645f83954899e0fef24.tar.bz2
Add "Roaming protocol" to APN editor.
Field already exists in the APN database. Now it is user updatable. Only enable it on CDMA for this release (means it is not really user visible, but available for testing purposes). Will revisit enabling for all in a future release. Bug: 5420680 Change-Id: Ia2c551c48ae9ce47c57ad36ec73d152441a27284
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/apn_editor.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/apn_editor.xml b/res/xml/apn_editor.xml
index e3ba934..604a349 100644
--- a/res/xml/apn_editor.xml
+++ b/res/xml/apn_editor.xml
@@ -121,6 +121,13 @@
android:entries="@array/apn_protocol_entries"
android:entryValues="@array/apn_protocol_values"
/>
+ <ListPreference
+ android:title="@string/apn_roaming_protocol"
+ android:dialogTitle="@string/apn_roaming_protocol"
+ android:key="apn_roaming_protocol"
+ android:entries="@array/apn_protocol_entries"
+ android:entryValues="@array/apn_protocol_values"
+ />
<CheckBoxPreference
android:title="@string/carrier_enabled"
android:key="carrier_enabled"