diff options
| author | Etan Cohen <etancohen@google.com> | 2015-01-11 19:29:00 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2015-01-11 19:29:00 +0000 |
| commit | cd0555f27384c1bbb91fbb544d33e834acb3f3c3 (patch) | |
| tree | 90932369a1eaa699c8bfd63fbc0139cbedee7b48 | |
| parent | 740df4845df9e7d9ae7f5144e0f6dc4e24cfd682 (diff) | |
| parent | f428db20d0db356d8afb05a3a0d9aa23f27702a3 (diff) | |
| download | frameworks_base-cd0555f27384c1bbb91fbb544d33e834acb3f3c3.zip frameworks_base-cd0555f27384c1bbb91fbb544d33e834acb3f3c3.tar.gz frameworks_base-cd0555f27384c1bbb91fbb544d33e834acb3f3c3.tar.bz2 | |
am f428db20: am 16918817: Merge "Added configuration to determine whether VoLTE requires provisioning." into lmp-mr1-dev automerge: b4eb723
* commit 'f428db20d0db356d8afb05a3a0d9aa23f27702a3':
Added configuration to determine whether VoLTE requires provisioning.
| -rwxr-xr-x | core/res/res/values-mcc311-mnc480/config.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/res/res/values-mcc311-mnc480/config.xml b/core/res/res/values-mcc311-mnc480/config.xml index be68d57..56f8aa2 100755 --- a/core/res/res/values-mcc311-mnc480/config.xml +++ b/core/res/res/values-mcc311-mnc480/config.xml @@ -43,6 +43,9 @@ provisioning, availability etc --> <bool name="config_carrier_volte_available">true</bool> + <!-- Flag specifying whether VoLTE availability is based on provisioning --> + <bool name="config_carrier_volte_provisioned">true</bool> + <bool name="config_auto_attach_data_on_creation">false</bool> <!-- service number convert map in roaming network. --> <string-array translatable="false" name="dial_string_replace"> |
