summaryrefslogtreecommitdiffstats
path: root/assets/carrier_config_45002.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add character encoding and length limit config options for Korea.Tyler Gunn2015-10-011-0/+2
| | | | | | | | | | - SKT: 16Byte - KT: 64Byte - LGU: 64Byte - All Korean carriers; use EUC-KR char encoding to count chars. Bug: 22779583 Change-Id: Ia1a2506a00fabe40c1db13ae5daca38e8cb4dbde
* 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
* 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
* 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
* 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
* Disable group mms for Telstra AU, Korea SKT and Korea KTYe Wen2015-07-101-0/+1
| | | | | | b/21984613 Change-Id: I73c3f15a3b181b4011fc531a35d3ca3819516226
* 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