land: Enable APN settings for CDMA devices

Enable the APN settings for every CDMA device.

Change-Id: I1359077b33e672120c464d3e95d75bca93f0aa86
This commit is contained in:
Gabriele M 2016-01-22 21:32:43 +01:00 committed by Prateek Chaubey
parent 26a4030720
commit b065c3f78c
2 changed files with 4 additions and 0 deletions

View file

@ -16,6 +16,7 @@
<boolean name="show_video_quality_toast" value="true" />
<boolean name="show_call_session_event_toast" value="true" />
<boolean name="show_data_usage_toast" value="true" />
<boolean name="show_apn_setting_cdma_bool" value="true" />
</carrier_config>
<carrier_config mcc="222" mnc="01">
<boolean name="config_display_wfc_mode" value="false" />

View file

@ -34,6 +34,9 @@
<!-- DEPRECATED: Use CarrierConfigManager#KEY_CSP_ENABLED_BOOL -->
<bool name="csp_enabled">true</bool>
<!-- Show APN Settings for some CDMA carriers -->
<bool name="config_show_apn_setting_cdma">true</bool>
<!-- Show Preferred Network Type options in No SIM case -->
<bool name="config_no_sim_display_network_modes">true</bool>