summaryrefslogtreecommitdiffstats
path: root/assets/carrier_config_45006.xml
Commit message (Collapse)AuthorAgeFilesLines
* Enable group mms for OperatorsSungmin Choi2015-09-241-1/+0
| | | | | | | | | | | - VDF Spain - Telstra AU - Korea SKT, Korea KT, and Korea U+ Bug: 24284699 Bug: 24352525 Bug: 23776055 Change-Id: Id310dc42b8509b23ef0f6fd5a274ea3d18daedb3
* Merge "Turn off Instant Lettering for DR carriers" into mnc-dr-devAnthony Lee2015-09-231-1/+0
|\
| * Turn off Instant Lettering for DR carriersAnthony Lee2015-09-231-1/+0
| | | | | | | | | | | | | | | | | | The device overlay will turn off the features but it is nice to remove this config value so that a Shamu will not have this feature if pointed against one of these carriers. Bug: 24302924 Change-Id: I34ffa07f9b14ad03e9b592648337318cef9e72cf
* | Disable KEY_ADDITIONAL_CALL_SETTING_BOOL for U+Sungmin Choi2015-09-231-0/+1
|/ | | | | | | Korea Carrier U+ does not support call forwarding in phone. Bug: 24280986 Change-Id: Ib5079b7883edda99a1ff6957f35a3bb38b823beb
* Merge "Enable KEY_HIDE_PREFERRED_NETWORK_TYPE_BOOL for U+" into mnc-dr-devAmit Mahajan2015-09-101-0/+1
|\
| * Enable KEY_HIDE_PREFERRED_NETWORK_TYPE_BOOL for U+Sungmin Choi2015-09-091-0/+1
| | | | | | | | | | Bug: 23862319 Change-Id: I9484465742d2aca6f014118dcbde8c86cd077c7c
* | Set carrier-specific invalid characters.Tyler Gunn2015-09-041-0/+1
|/ | | | | | | | | SKT (45005) - newline KT (45002, 45008) - newline, ", <, >, \ LG U+ (45006) - newline, ", <, >, \ Bug: 22779583 Change-Id: I8f51e62167ff7f50b84fb40490f0cac3c8ac7dd1
* Disable group mms for Korea LGU+Sungmin Choi2015-08-311-0/+1
| | | | | Bug: 23661691 Change-Id: Iac4cb4b2e1b2adef2614e3390cf0ab187a919664
* Uneditable enhanced 4g lte modeSungmin Choi2015-08-281-0/+1
| | | | | | | LG U+ - 45006 Bug: 23539759 Change-Id: I069d994eaef2f57c3d01ff2f36abcd274da431a5
* Hide merge call button for korean carriersTyler Gunn2015-08-181-0/+1
| | | | | | | | | KT - 45008, 45002 SKT - 45005 LG U+ - 45006 Bug: 22864941 Change-Id: Ief5f8078e53a46cc9bf7627729dba7e28270a231
* Enable instant lettering for korean carriers.Tyler Gunn2015-08-051-0/+1
| | | | | | | | | KT - 45008, 45002 SKT - 45005 LG U+ - 45006 Bug: 22685114 Change-Id: If1f3073114cf3c4b9157178e19ef85a57f8b0e1a
* Enable VoLTE for operatorsSungmin Choi2015-07-281-0/+1
| | | | | | | | | | | | | - Czech: DTAG - Germany: VDF - India: Reliance - Italy: VDF - JP: SBM, DCM - KR: KT, SK, U+ - Spain: VDF Bug: 22717168 Change-Id: Id2d4874c65ca1e81ac103c9478614a13143e4e60
* 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