summaryrefslogtreecommitdiffstats
path: root/assets/carrier_config_310180.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update config from overlay.Junda Liu2015-07-081-1/+1
| | | | | Bug: b/21878236 Change-Id: I00eb434c350eeb3df85c8e323845cd3422b06b77
* Migrate shamu overlay to default config app.Jonathan Basseri2015-06-251-0/+8
| | | | | | | | | | There were several device overlay files for shamu on various MCC+MNC. After examination, there was only one carrier config variable on one network that differed from the MCC+MNC overrides already present in the default config app. Bug: 20827908 Change-Id: I19db199df3d53f35755a0e505e30a09f392cd8e0
* Add tests for CarrierConfig app.Junda Liu2015-06-191-4/+0
| | | | | | | | These tests check that all asset XML files can be parsed into bundles and that they use valid filter attributes. Bug: b/21619172 Change-Id: I4242f77c3c7e8b0e2027bca164f7276b89bbcfb1
* Moving default values into separate files.Jonathan Basseri2015-06-171-0/+4
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