summaryrefslogtreecommitdiffstats
path: root/assets
Commit message (Collapse)AuthorAgeFilesLines
...
* | Enable VoLTE for operatorsSungmin Choi2015-07-2836-0/+207
|/ | | | | | | | | | | | | - 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
* Allow carriers to force disable ETWS/CMAS test messages.Jack Yu2015-07-231-0/+1
| | | | | | | | | This feature can be enabled in carrier config XML. When enabled, the user will not see ETWS/CMAS enable/disable option in emergency broadcast preference menu. bug: 22396039 Change-Id: Ia5a244d4a307bdde5cbdf529417c7fcf6a5617be
* Merge "Disable group mms for Telstra AU, Korea SKT and Korea KT" into mnc-devYe Wen2015-07-134-0/+4
|\
| * Disable group mms for Telstra AU, Korea SKT and Korea KTYe Wen2015-07-104-0/+4
| | | | | | | | | | | | b/21984613 Change-Id: I73c3f15a3b181b4011fc531a35d3ca3819516226
* | Merge "Update vvm values for Orange to production values." into mnc-devNancy Chen2015-07-102-2/+2
|\ \ | |/ |/|
| * Update vvm values for Orange to production values.Nancy Chen2015-07-102-2/+2
| | | | | | | | | | | | | | | | These values were changed in ag/703663, but presumably got lost in migration somewhere. Bug:22405244 Change-Id: Ib58393189e80857d8efc0c7d8e9e7a458d48e3d6
* | Update config from overlay.Junda Liu2015-07-082-1/+3
| | | | | | | | | | Bug: b/21878236 Change-Id: I00eb434c350eeb3df85c8e323845cd3422b06b77
* | Move Telephony overlay config to CarrierConfigJonathan Basseri2015-07-013-8/+0
|/ | | | | | | | | | | | | The variable disable_cdma_activation_code_bool is overridden on shamu for three specific VZW networks, but the overrides have been moved to vendor/moto/shamu. They can be deleted from here. Note: 310304 was supposed to be 310004 (corrected in vendor/moto/shamu) and 20404 was only supposed to apply for a specific gid1. Bug: 22229196 Bug: 21618018 Change-Id: I7b4e78480d054daf595f856dab3ffa18979f8f54
* Move ci_action_on_sys_update_* carrier config to vendor directory.Amit Mahajan2015-06-293-73/+61
| | | | | Bug: 22093601 Change-Id: I187da9a992ae7571cfd27a2d3cf7b6ca4c2f9dbc
* Merge "Rename and add carrier config keys for volte and ims." into mnc-devJonathan Basseri2015-06-291-1/+1
|\
| * Rename and add carrier config keys for volte and ims.Jonathan Basseri2015-06-291-1/+1
| | | | | | | | | | Bug: b/21878236 Change-Id: I5c71be5496602da61357a1868bbe72f10f4333f3
* | 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
* Merge "Migrate 'csp_enabled' overrides." into mnc-devJonathan Basseri2015-06-1910-0/+10
|\
| * Migrate 'csp_enabled' overrides.Jonathan Basseri2015-06-1910-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Add carrier_wfc_ims_available_bool to assets.Junda Liu2015-06-1918-0/+18
|/ | | | | Bug: b/21878236 Change-Id: Ie6fce887befc39dd14a1862f62e98b19c06fcf1d
* 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-17160-0/+1840
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