diff options
author | Brad Ebinger <breadley@google.com> | 2019-12-05 11:37:45 -0800 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-20 18:55:02 +0200 |
commit | 02f1311226860c1e0796a25eea28e1918c8deb8e (patch) | |
tree | 520d2bbaedba3d00d899b2034ae4880237e67dc8 /overlay/frameworks | |
parent | e612842d9225bd561c41529b414b8c61329d5019 (diff) |
sdm660-common: overlay: 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 checkbuild
Change-Id: I0d709b8248f1c40f0a5b50ec799396706eeadd65
Diffstat (limited to 'overlay/frameworks')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 6c69eee..031fc82 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -275,13 +275,6 @@ <bool name="config_powerDecoupleInteractiveModeFromDisplay">false</bool> <bool name="config_setColorTransformAccelerated">true</bool> - <!-- ImsService package name to bind to by default. If none is specified in an overlay, an - empty string is passed in --> - <string name="config_ims_package">org.codeaurora.ims</string> - - <!-- Flag specifying whether or not IMS will use the dynamic ImsResolver --> - <bool name="config_dynamic_bind_ims">true</bool> - <!-- The name of the package that will hold the dialer role by default. --> <!-- <string name="config_defaultDialer" translatable="false">org.codeaurora.dialer</string> --> |