mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 15:09:54 +00:00
Remove old configuration and use new config for MMTEL/RCS
Remove the old config_ims_package device config and configure the new MMTEL and RCS configurations in Telephony instead. Also, configure the RcsService to be the default RCS service. Bug: 111305845 Test: make checkbuil Merged-In: I0d709b8248f1c40f0a5b50ec799396706eeadd65 Change-Id: I0d709b8248f1c40f0a5b50ec799396706eeadd65
This commit is contained in:
@@ -264,12 +264,6 @@
|
||||
backlight values -->
|
||||
<bool name="config_displayBrightnessBucketsInDoze">true</bool>
|
||||
|
||||
<!-- ImsService package name to bind to by default, if config_dynamic_bind_ims is true -->
|
||||
<string name="config_ims_package" translatable="false">org.codeaurora.ims</string>
|
||||
|
||||
<!-- Flag specifying whether or not IMS will use the ImsResolver dynamically -->
|
||||
<bool name="config_dynamic_bind_ims">true</bool>
|
||||
|
||||
<!-- Specifies whether to decouple the auto-suspend state of the device from the display on/off state. -->
|
||||
<bool name="config_powerDecoupleAutoSuspendModeFromDisplay">true</bool>
|
||||
|
||||
|
||||
@@ -26,4 +26,10 @@
|
||||
This is used to support carriers which generate a recording tone to the remote party
|
||||
when a call recording app is in use. -->
|
||||
<bool name="config_support_telephony_audio_device">true</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">com.android.service.ims</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user