summaryrefslogtreecommitdiffstats
path: root/assets/carrier_config_44010.xml
Commit message (Collapse)AuthorAgeFilesLines
* Hide ims apn for some carriersSungmin Choi2015-09-081-0/+1
| | | | | | | | - India: Reliance - Japan: Docomo Bug: 23770219 Change-Id: I7f5840e900bb569a403b49bbc3eac00ac650a6af
* Bug 22748811: Disable MMS for DocomoShri Borde2015-08-261-3/+1
| | | | Change-Id: Ic36f3907c6c9a21d1355a86a3499a8c6c834d61c
* Enable VoLTE for operatorsSungmin Choi2015-07-281-0/+2
| | | | | | | | | | | | | - Czech: DTAG - Germany: VDF - India: Reliance - Italy: VDF - JP: SBM, DCM - KR: KT, SK, U+ - Spain: VDF Bug: 22717168 Change-Id: Id2d4874c65ca1e81ac103c9478614a13143e4e60
* Disable ETWS/CMAS test menu for NTT Docomo.Jack Yu2015-07-271-0/+1
| | | | | | | The original change was for Softbank only. Per latest comment on the bug, we need to add this for NTT Docomo as well. bug: 22396039 Change-Id: I8167f0c6b9a53fe5c7e3bee10da73e5e354ebf6b
* Moving default values into separate files.Jonathan Basseri2015-06-171-0/+8
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