summaryrefslogtreecommitdiffstats
path: root/res/xml/apn_editor.xml
diff options
context:
space:
mode:
authorsinikang <sinikang@samsung.com>2011-09-08 15:44:09 -0700
committerRobert Greenwalt <rgreenwalt@google.com>2011-09-15 14:39:25 -0700
commitcd8b7c3d0bea0cfb5e5c55493a3b06f62f22700a (patch)
treef20c2f80706ddee145174cf7b0e6f48ae1dab27e /res/xml/apn_editor.xml
parent85eeb1c16a43eda16b8948e3ba966871ae6b73fa (diff)
downloadpackages_apps_Settings-cd8b7c3d0bea0cfb5e5c55493a3b06f62f22700a.zip
packages_apps_Settings-cd8b7c3d0bea0cfb5e5c55493a3b06f62f22700a.tar.gz
packages_apps_Settings-cd8b7c3d0bea0cfb5e5c55493a3b06f62f22700a.tar.bz2
Modify ApnEditor app for new APN schema.
As the telephony db is changed, The ApnEditor app has to be changed also. As your request, I changed the ListPreference object to read-only CheckBoxPreference object and "The Others" to "Unspecified".This is a pair set with below change-ids. - https://partner.source.android.com/g/#/c/8515/ - https://partner.source.android.com/g/#/c/8517/ - https://partner.source.android.com/g/#/c/9048/ Change-Id: I2bdd4f3076adfbee0f277ddb59a150e51e45ac9b bug:4991683
Diffstat (limited to 'res/xml/apn_editor.xml')
-rw-r--r--res/xml/apn_editor.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/xml/apn_editor.xml b/res/xml/apn_editor.xml
index f000dd0..e3ba934 100644
--- a/res/xml/apn_editor.xml
+++ b/res/xml/apn_editor.xml
@@ -121,4 +121,17 @@
android:entries="@array/apn_protocol_entries"
android:entryValues="@array/apn_protocol_values"
/>
+ <CheckBoxPreference
+ android:title="@string/carrier_enabled"
+ android:key="carrier_enabled"
+ android:enabled="false"
+ android:summaryOn="@string/carrier_enabled_summaryOn"
+ android:summaryOff="@@string/carrier_enabled_summaryOff"
+ />
+ <ListPreference
+ android:title="@string/bearer"
+ android:key="bearer"
+ android:entries="@array/bearer_entries"
+ android:entryValues="@array/bearer_values"
+ />
</PreferenceScreen>