From d0de427f9ac976d09db6a645f83954899e0fef24 Mon Sep 17 00:00:00 2001 From: John Huang Date: Sat, 15 Oct 2011 22:41:11 -0700 Subject: [PATCH] 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 --- res/values/strings.xml | 2 + res/xml/apn_editor.xml | 7 ++++ src/com/android/settings/ApnEditor.java | 52 +++++++++++++++++-------- 3 files changed, 44 insertions(+), 17 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index b23e2125e2d..ddba6579e2c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1915,6 +1915,8 @@ APN type APN protocol + + APN roaming protocol APN enable/disable APN enabled diff --git a/res/xml/apn_editor.xml b/res/xml/apn_editor.xml index e3ba934d2f1..604a34997f3 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" /> +