summaryrefslogtreecommitdiffstats
path: root/src/com/android
Commit message (Collapse)AuthorAgeFilesLines
* Add vvm config details for T-Mobile.Nancy Chen2015-05-251-4/+17
| | | | | | | Adding configuration details for T-Mobile's visual voicemail. Bug: 21126480 Change-Id: If460fea0d3298a5e6a850d3e7b53bbdf046ec671
* Add new values to carrier config app.Nancy Chen2015-05-131-2/+16
| | | | | | | Add new values to be compatible with EE. Bug:21126480 Change-Id: Ib6e490530ec70f9fe3f42fb3e3b65776893fa54c
* Rename BOOL_SHOW_CDMA to BOOL_SHOW_CDMA_CHOICES, so the name makes more sense.Junda Liu2015-05-131-21/+21
| | | | | Bug: b/21028396 Change-Id: I219639411e5bf57c6df4a02f8be751576247bdf6
* Switching to PersistableBundle in carrier config API.Jonathan Basseri2015-05-121-79/+79
| | | | | | | | | | | | | | | Part of this API involves persisting config bundles to avoid binding to apps at critical moments (like boot). Regular bundles should not be written to disk because they support object types that can lose their meaning while the data is at rest. In order to use PersistableBundle, we must either start with one or filter unwanted types out of Bundle objects. Since the carrier config API has no use for unsupported types, we chose to use PersistableBundle everywhere. Bug: 20268926 Change-Id: Ife947f5ec8cb640c0fa3fdf53c7976f055605777
* Moving values from network overlays to carrier config app.Jonathan Basseri2015-04-281-36/+186
| | | | | | | | | | | | | | | This adds network overrides for variables that were previously overridden with network overlay files. The values came from files like packages/services/Telephony/res/values-mccXXX-mncYYY/config.xml This will allow us to delete the corresponding values from those config.xml files, as well as device-network overlay files like device/VENDOR/MODEL/overlay/packages/services/Telephony/res/values-mccXXX-mncYYY/config.xml because those overlays do not conflict with the network overlays for these variables. Bug: 20270007 Change-Id: I44c6241749110c75a396859ce8079852d330329d
* Follow INT_VVM_PORT_NUMBER renameYorke Lee2015-04-171-2/+2
| | | | | Bug: 20272209 Change-Id: I2ea2a0b8581f899a8afa1105cdea9c2ddaf792db
* New carrier configuration default values for visual voicemail.Nancy Chen2015-04-161-0/+14
| | | | | Bug: 19236241 Change-Id: I3bd777b4344ecb3035f626daa3be54e1c8ac4a98
* Initial commit for the new Default Carrier Config app.Jonathan Basseri2015-04-161-0/+169
This app will eventually own carrier/telephony configuration that is currently stored in config.xml overlays. For now it only has a few of the variables that will be migrated. Bug: b/19483786 Change-Id: I66a25f232a5e1ff6b8f988a3497d70ee8dd32e82