summaryrefslogtreecommitdiffstats
path: root/assets/carrier_config_310120.xml
Commit message (Collapse)AuthorAgeFilesLines
* Rename carrier config constant.Tyler Gunn2015-08-311-1/+1
| | | | | Bug: 23063217 Change-Id: I52b95938857cad947ba108755f684a3f976af356
* Disallow non-emergency calls while in ECM mode for Sprint.Tyler Gunn2015-08-311-0/+1
| | | | | Bug: 23063217 Change-Id: Icffd9f262966605e3ca5f8db578bcbd5324a30aa
* Moving default values into separate files.Jonathan Basseri2015-06-171-0/+29
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