Skip to content
Snippets Groups Projects
Commit d62d6467 authored by Ravi Paluri's avatar Ravi Paluri Committed by Dhina17
Browse files

onclite: overlay: Add ImsService package name

Specify ImsService package name with <config_ims_mmtel_package>
and <config_ims_rcs_package>

Remove old Ims Config flag <config_ims_package>
and <config_dynamic_bind_ims> that are no more
used

CRs-Fixed: 2610689
Change-Id: I5dbff41c6b219a1ff3ced9f7aa7db9a3ebc7f39f
parent 48c671ea
No related branches found
No related tags found
No related merge requests found
......@@ -326,12 +326,6 @@
<!-- Whether device supports double tap to wake -->
<bool name="config_supportDoubleTapWake">true</bool>
<!-- ImsService package name to bind to by default, if config_dynamic_bind_ims is true -->
<string name="config_ims_package">org.codeaurora.ims</string>
<!-- Flag specifying whether or not IMS will use the ImsResolver dynamically -->
<bool name="config_dynamic_bind_ims">true</bool>
<!-- Boolean indicating if current platform supports HFP inband ringing -->
<bool name="config_bluetooth_hfp_inband_ringing_support">true</bool>
......
......@@ -35,4 +35,10 @@
<!-- After a CDMA conference call is merged, the swap button should be displayed. -->
<bool name="support_swap_after_merge" translatable="false">false</bool>
<!-- String indicating the package name of the device ImsService implementation for MMTEL -->
<string name="config_ims_mmtel_package">org.codeaurora.ims</string>
<!-- String indicating the package name of the device ImsService implementation for RCS -->
<string name="config_ims_rcs_package">org.codeaurora.ims</string>
</resources>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment