summaryrefslogtreecommitdiffstats
path: root/assets/carrier_config_310680.xml
Commit message (Collapse)AuthorAgeFilesLines
* Migrate 'csp_enabled' overrides.Jonathan Basseri2015-06-191-0/+1
| | | | | | | | | | | | | Currently the variable is only used in *DEVICE* overlays for specific networks, but we are dropping the device-overlay so that this simply applies to those networks. (e.g. there were shamu overlays changing this variable on the same networks modified in this CL. This variable controls whether SIM cards are allowed to disable manual carrier selection, so it makes more sense for it to be managed as carrier config. Change-Id: I9a58017808eac9ff28f6ef4d6a5c6751f4773091
* Moving default values into separate files.Jonathan Basseri2015-06-171-0/+9
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