Skip to content

Commit

Permalink
veux: overlay: Use CarrierConfig DTMF & CSP booleans
Browse files Browse the repository at this point in the history
 * Overlays were deprecated awhile ago for these.

Change-Id: I51b70aa15f128186063ce52446cb67715a957185
  • Loading branch information
ZVNexus authored and dereference23 committed Mar 9, 2024
1 parent 82030a1 commit a0f1f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 2 additions & 0 deletions overlay/CarrierConfigOverlayCOMMON/res/xml/vendor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
<string name="gps.nfw_proxy_apps">com.example.android.locationattribution</string>
<boolean name="carrier_cross_sim_ims_available_bool" value="true" />
<boolean name="carrier_b2c_enriched_calling_supported_bool" value="false" />
<boolean name="dtmf_type_enabled_bool" value="true" />
<boolean name="csp_enabled_bool" value="true" />
</carrier_config>
<carrier_config mcc="001" mnc="01">
<boolean name="carrier_volte_available_bool" value="true" />
Expand Down
11 changes: 0 additions & 11 deletions overlay/TelephonyOverlayCOMMON/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,6 @@
<!-- Flag indicating whether the device supports RTT (real-time text) -->
<bool name="config_support_rtt">true</bool>

<!-- If this is true, the SIM card (through Customer Service Profile EF file) will be
able to prevent manual operator selection. If false, this SIM setting will be
ignored and manual operator selection will always be available. See
CPHS4_2.WW6, CPHS B.4.7.1 for more information -->
<!-- DEPRECATED: Use CarrierConfigManager#KEY_CSP_ENABLED_BOOL -->
<bool name="csp_enabled">true</bool>

<!-- Flag indicating if dtmf tone type is enabled -->
<!-- DEPRECATED: Use CarrierConfigManager#KEY_DTMF_TYPE_ENABLED_BOOL -->
<bool name="dtmf_type_enabled">true</bool>

<!-- String indicating the package name of the device ImsService implementation for MMTEL. -->
<string name="config_ims_mmtel_package" translatable="false">org.codeaurora.ims</string>

Expand Down

0 comments on commit a0f1f25

Please sign in to comment.