summaryrefslogtreecommitdiffstats
path: root/assets/carrier_config_311870.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add carrier_configs (1 of 2)Jordan Liu2016-09-141-19/+20
| | | | | | | | Add the cdma_3waycall_flash_delay_int carrier_configs that are being removed with the move to CarrierConfig. Bug: 29873049 Change-Id: I70f107c1b421375bb3ba7435f0363a1995319c9e
* Moved ERI configuration files from resoures to Carrier Config.Jack Yu2016-04-081-0/+1
| | | | | | | | Used Carrier Config to load correct ERI configuration file since there are MCC/MNC shared by different carriers. bug: 23887558 Change-Id: I6431b76a79a59bf5d573231d8833fdb0befd1a70
* Moving default values into separate files.Jonathan Basseri2015-06-171-0/+21
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