overlay: several Dialer VVM config fixes
* Change `vvm_type_omtp_*` to `vvm_type_omtp` (As before, Google Dialer uses these types, but our Dialer does not) * enable VVM for all "Bouygues Telecom Business-Distribution" MVNOs instead of just one MVNO (NRJ). This has been validated with a device using the "Auchan Telecom" MVNO. Change-Id: Iecada64dc758952aa9c8f8e0efcebc719d16d352
This commit is contained in:
parent
1b0fc0e043
commit
f75e119593
1 changed files with 3 additions and 3 deletions
|
@ -22,12 +22,12 @@
|
|||
</pbundle_as_map>
|
||||
<pbundle_as_map>
|
||||
<string-array name="mccmnc">
|
||||
<item value="20826?gid1=NRJ1" />
|
||||
<item value="20826" />
|
||||
</string-array>
|
||||
<string name="feature_flag_name">vvm_carrier_flag_el_telecom</string>
|
||||
<int name="vvm_port_number_int" value="5499" />
|
||||
<string name="vvm_destination_number_string">8860</string>
|
||||
<string name="vvm_type_string">vvm_type_omtp_1_3</string>
|
||||
<string name="vvm_type_string">vvm_type_omtp</string>
|
||||
</pbundle_as_map>
|
||||
<pbundle_as_map>
|
||||
<string-array name="mccmnc">
|
||||
|
@ -440,7 +440,7 @@
|
|||
<int name="vvm_port_number_int" value="0" />
|
||||
<string name="vvm_destination_number_string">9966</string>
|
||||
<int name="vvm_application_port_number_int" value="5499" />
|
||||
<string name="vvm_type_string">vvm_type_omtp_1_2</string>
|
||||
<string name="vvm_type_string">vvm_type_omtp</string>
|
||||
<boolean name="vvm_cellular_data_required_bool" value="true" />
|
||||
<string-array name="carrier_vvm_package_name_string_array">
|
||||
<item value="com.cellcom.cellcomvisualvoicemail" />
|
||||
|
|
Loading…
Reference in a new issue