summaryrefslogtreecommitdiffstats
path: root/assets/carrier_config_20801.xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove visual voicemail config for Orange FranceTa-wei Yen2016-06-161-5/+0
| | | | | | | | | By requests from Orange France all VVM configs are removed for them, so the VVM client will not be enabled by default. OEMs can still re-enable it if their requirements are met. Change-Id: I4939dcf7c075e98efab65d96609fd57a63c1a7c9 Fixes: 29416060
* Add vvm_cellular_data_required config to OrangeTa-wei Yen2015-12-031-0/+1
| | | | | Bug:21609252 Change-Id: I04f3e068335204bdfeac1698a3e6b6a360c8746f
* Update vvm values for Orange to production values.Nancy Chen2015-07-101-1/+1
| | | | | | | | These values were changed in ag/703663, but presumably got lost in migration somewhere. Bug:22405244 Change-Id: Ib58393189e80857d8efc0c7d8e9e7a458d48e3d6
* Moving default values into separate files.Jonathan Basseri2015-06-171-0/+12
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