summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-04-21 17:43:36 -0700
committerAndrew Lee <anwlee@google.com>2015-04-24 15:33:14 -0700
commitd8978ce8f61b3145b77f5526bb7efe697f5fd614 (patch)
treec5df489c711aa21fb0f9788bb386c07cbf48eb04 /res
parent5e31872ceaa9b21f34588d7353a4ad2812b3b536 (diff)
downloadandroid_packages_services_Telephony-d8978ce8f61b3145b77f5526bb7efe697f5fd614.tar.gz
android_packages_services_Telephony-d8978ce8f61b3145b77f5526bb7efe697f5fd614.tar.bz2
android_packages_services_Telephony-d8978ce8f61b3145b77f5526bb7efe697f5fd614.zip
Provide config for excluding CDMA activation code.
Bug: 19296388 Change-Id: I97d7f495b38df0c878f1742fc1677a769dc5ad6a
Diffstat (limited to 'res')
-rwxr-xr-xres/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 25b23a11d..6f7784ae5 100755
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -155,5 +155,5 @@
<!-- Disables dialing "*228" (OTASP provisioning) on CDMA carriers where it is not supported or
is potentially harmful by locking the SIM to 3G. -->
- <bool name="config_disable_cdma_activation_code">false</bool>
+ <string name="config_disable_cdma_activation_code">false</string>
</resources>