summaryrefslogtreecommitdiffstats
path: root/assets/carrier_config_44010.xml
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Enable allow_emergency_numbers_in_call_log_bool for Japan." am: ↵Toshiya Ikenaga2017-02-171-0/+1
|\ | | | | | | | | | | | | | | 1377b91fcd am: dc1d66bed9 Change-Id: Ib85f82eed3184a10d1af3a5ce126dc027bd53115
| * Enable allow_emergency_numbers_in_call_log_bool for Japan.Toshiya Ikenaga2017-02-161-0/+1
| | | | | | | | | | | | | | | | | | This is based on the following operator requirements. - KDDI JP - DOCOMO JP Bug: 28688961 Change-Id: Iea5a262a469ac06a9c5d9d3675b450d5ad0f3fd4
* | resolve merge conflicts of 83de809 to nyc-mr2-dev-plus-aospJack Yu2017-02-091-3/+4
|\| | | | | | | | | Test: unit test Change-Id: Ifb866d6bb2bc0f84976c4132ac29e600c1e68073
| * Fix cell broadcast settings for Japanese carriersHiroto Yasuda2017-02-091-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Omit cell broadcast channel ID 0xA000 to prevent duplicated message reception with 0x1100/0x1101, and split item into 2 ranges to enable parsing: NTT DOCOMO/44010 Change each channel ID range type to other according to the network configuration: NTT DOCOMO/44010 KDDI/44050,44051,44052 Enable ETWS/CMAS test alert settings: NTT DOCOMO/44010 KDDI/44050,44051,44052 SoftBank/44020 Test: BTS simulator test Merged-In: I3234d9a7518cc4c9f627b2ad35c8c6e11cf5abc0 Change-Id: I3234d9a7518cc4c9f627b2ad35c8c6e11cf5abc0
* | resolve merge conflicts of e2f002c to nyc-mr2-dev-plus-aospJack Yu2017-01-241-0/+3
|\| | | | | | | | | Test: runtest carrierconfig-unit Change-Id: Ia1e0213ee70fbde2e7a525f0646ebd0a6444418e
| * Enabled more cell broadcast channels for Japanese carriersJack Yu2017-01-231-0/+3
| | | | | | | | | | | | | | | | | | | | Enabled more channels for NTT Docomo, KDDI, and Softbank Referenced https://android-review.googlesource.com/#/c/231771/ Test: runtest carrierconfig-unit bug: 27689274 Merged-In: Ib5c55f31129ad0743408f4bc6a1d7f96ea4754d5 Change-Id: Ib5c55f31129ad0743408f4bc6a1d7f96ea4754d5
* | Fixed the incorrect VT carrier settings.Jack Yu2016-11-221-0/+1
| | | | | | | | | | | | | | | | | | | | The settings should be turned on for Docomo instead of Softbank. Test: telephony unit tests bug: 32880745 Change-Id: Ic5d5bf2d78aaa2c068129b1c64669729b18e8ec7 Merged-In: Ic1f5d5fa7b2ec394fed77e246fff3c14bc281f26
* | Added CMAS/ETWS duplicate expiration supportJack Yu2016-11-041-0/+1
|/ | | | | | | | | | | Now message duplication detection will only look back messages for 24 hours by default for all countries, except 1 hour in Japan. Test: runtest -x packages/apps/CellBroadcastReceiver/tests/unit bug: 31171149 Change-Id: Iab279d1a0b2ea26ef63b09cb9922fe1631e2dfae
* Always show "Turn on Notification" in emergency broadcast settings.Jack Yu2015-09-151-0/+1
| | | | | | | | | By setting this carrier config key, "Turn on Notifications" checkbox in Settings->More->Emergency broadcasts setting menu will always show up regardless of developer options turned on or not. bug:23886750 Change-Id: I9d3ce3f887da2c9beb8eedc3be50b7c8304fc0b0
* Hide ims apn for some carriersSungmin Choi2015-09-081-0/+1
| | | | | | | | - India: Reliance - Japan: Docomo Bug: 23770219 Change-Id: I7f5840e900bb569a403b49bbc3eac00ac650a6af
* Bug 22748811: Disable MMS for DocomoShri Borde2015-08-261-3/+1
| | | | Change-Id: Ic36f3907c6c9a21d1355a86a3499a8c6c834d61c
* Enable VoLTE for operatorsSungmin Choi2015-07-281-0/+2
| | | | | | | | | | | | | - Czech: DTAG - Germany: VDF - India: Reliance - Italy: VDF - JP: SBM, DCM - KR: KT, SK, U+ - Spain: VDF Bug: 22717168 Change-Id: Id2d4874c65ca1e81ac103c9478614a13143e4e60
* Disable ETWS/CMAS test menu for NTT Docomo.Jack Yu2015-07-271-0/+1
| | | | | | | The original change was for Softbank only. Per latest comment on the bug, we need to add this for NTT Docomo as well. bug: 22396039 Change-Id: I8167f0c6b9a53fe5c7e3bee10da73e5e354ebf6b
* 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