Test APNs
Add test APNs to carriers table.
Enable APN Setting editing for testing PLMNs.
Bug: 17136661
Change-Id: Ieabfac5ea02a5b9971c7050d8278ad0095863e3a
diff --git a/res/xml/cdma_options.xml b/res/xml/cdma_options.xml
index 60889a6..d4eaeba 100644
--- a/res/xml/cdma_options.xml
+++ b/res/xml/cdma_options.xml
@@ -34,6 +34,15 @@
android:dialogTitle="@string/cdma_subscription_dialogtitle" />
<PreferenceScreen
+ android:key="button_apn_key"
+ android:title="@string/apn_settings"
+ android:persistent="false">
+
+ <!-- The launching Intent will be defined thru code as we need to pass some Extra -->
+
+ </PreferenceScreen>
+
+ <PreferenceScreen
android:key="cdma_activate_device_key"
android:title="@string/cdma_activate_device">
<intent android:action="com.android.phone.PERFORM_VOICELESS_CDMA_PROVISIONING">