summaryrefslogtreecommitdiffstats
path: root/assets/carrier_config_302370.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add carrier config overridesBrad Ebinger2017-10-131-0/+1
| | | | | | | | | Adds call_forwarding_map_non_number_to_voicemail_bool override for affected carriers. Bug: 67267077 Test: Manual Change-Id: I43d911c246245cf38a668c1a12fdd4ad03b82daf
* migrate roaming operator configs to carrier configfionaxu2017-06-201-12/+19
| | | | | | | Bug:37885668 Test:runtest --path packages/apps/CarrierConfig/tests/src/com/android/carrierconfig/CarrierConfigTest.java Change-Id: Iddb261ac143c4977f8fec2e3c7d68461e831561e
* Make APNs read-only for certain carriers.Amit Mahajan2016-09-201-0/+3
| | | | | | | | | Change is for Canadian carriers - Telus, Bell, Rogers, Fido. And Vodafone UK. Bug: 31074581 Bug: 31003310 Change-Id: Ica60905aa0ce3c0c8a635db55c86f31bcc09a9df
* Moving default values into separate files.Jonathan Basseri2015-06-171-0/+11
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