summaryrefslogtreecommitdiffstats
path: root/assets/carrier_config_23433.xml
Commit message (Collapse)AuthorAgeFilesLines
* Added SPN override entries for Virgin mobile.Jack Yu2016-09-081-0/+4
| | | | | | | | | | | MVNO Virgin mobile shares the same MCC/MNC (234/30, 234/33, 234/38) with EE. The only difference is that Virgin mobile has GID1 2800000. Using carrier config to override the service provider name so Virgin users can see the right SPN displayed. bug: 30209814 Change-Id: Ic012d1f3ed4e910b58fc5655a6b561094c40c2af
* Remove redundant VVM settings for EE.Youhan Wang2016-07-121-3/+0
| | | | | Bug:30085854 Change-Id: I016409898ad1d339aa8dbd80587d6b1191be3058
* Fix missing WFC indicator in status bar for EE mobile.Sanket Padawe2016-06-131-0/+2
| | | | | Bug: 29312382 Change-Id: I35ea055a9bbabea9446541aac0c2c8db3e12ca5b
* Hide 2G option in Preferred network type for EESungmin Choi2015-09-171-5/+6
| | | | | Bug: 24114313 Change-Id: I47f9b5e52e862de784ed483f489e2c650ced7416
* 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