aboutsummaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Add SKU filter for CarrierConfig featureKikkawa Shohei2020-09-181-0/+21
| | | | | | | | | | | | | | | | Add SKU filter for CarrierConfig feature to allow to control by new resouces config("sku_filter"). Currently, carrier features are customizable by SIM or device. This new filter helps OEM to control carrier feature in special case that any feature is required regardless of both SIM and device. Test: manual - Checked that setting can read regardless of SIM when setting sku. Test: auto - Passed CarrierConfigTest. Bug: 117527344 Change-Id: I102375886778add648d4556738c5ae214977a304
* Support vendor overlay for no SIM config.Meng Wang2020-09-091-0/+6
| | | | | | | | | Bug: 142090499 Test: Manually verified by removing SIM card Manually verified by rebooting w/o SIM card Change-Id: I95a22c868ca0fcb54b11bd26621716ca8aad3f2a Merged-In: I95a22c868ca0fcb54b11bd26621716ca8aad3f2a (cherry picked from commit ea26ab4dcfd2f7c7b08654fe6b82a93de5ffbef8)
* Moving default values into separate files.Jonathan Basseri2015-06-171-0/+6
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