summaryrefslogtreecommitdiffstats
path: root/assets/carrier_config_310004.xml
Commit message (Collapse)AuthorAgeFilesLines
* DO NOT MERGE Set broadcast_emergency_call_state_changes_bool to true for VZWAmit Mahajan2016-01-141-0/+1
| | | | | Bug: 24147407 Change-Id: I0d971a2579443563ffbd665f85664386d162f2a9
* Adding config to allow/disallow user to add APNs.Amit Mahajan2015-10-121-0/+1
| | | | | | Bug: 24519879 Bug: 24681288 Change-Id: Ifdf1899931449b27844bf54a246f0416b9b1033c
* Move ci_action_on_sys_update_* carrier config to vendor directory.Amit Mahajan2015-06-291-29/+25
| | | | | Bug: 22093601 Change-Id: I187da9a992ae7571cfd27a2d3cf7b6ca4c2f9dbc
* Moving default values into separate files.Jonathan Basseri2015-06-171-0/+32
Make DefaultCarrierConfigService easier to maintain by moving the values for each network into XML files. It's important to note that this uses assets and not resources. The file for a particular network may depend on more than just the MCC+MNC in the future. Note on the XML document format. This is set by PersistableBundle.restoreFromXml, so there is no option to change it in this CL. Bug: 21618018 Change-Id: Iecfe7009c2aa0f7a9d5814d1f355dfe4190ce912