summaryrefslogtreecommitdiffstats
path: root/assets/carrier_config_311580.xml
Commit message (Collapse)AuthorAgeFilesLines
* CarrierConfig: Load ERI configuration for U.S. Cellularcm-14.1Arne Coucheron2017-11-121-0/+1
| | | | Change-Id: I63addd97459a6df42af309fd63e45a7e622ae0f8
* Adding a config to hide the conference 'swap' button for USCCmike dooley2016-09-021-0/+1
| | | | | | | | | | | | With this change the behavior after making a 2nd outgoing call is to show a 'merge' button but no 'swap' button. After receiving a 2nd incoming call there is a 'swap' button but no 'merge' button (same behavior as before). This change affects all users (ie. not just Nova users). Moving this cl from the nyc-dr1-dev branch to nyc-mr1-dev (see ag/1379938) Bug: 31028053 Change-Id: I94297705bfb4223ec99d95e1f59e51d472737d08
* Show APN Menu for CDMA phoneSungmin Choi2015-09-101-0/+1
| | | | | | | | - USC: 311-220, 311-580 - CT: 460-03, 460-05, 460-11 Bug: 23293008 Change-Id: I1805ed45347df644c6164693aa230bb866c49206
* Moving default values into separate files.Jonathan Basseri2015-06-171-0/+21
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