msm8937-common: Set IMS to use CodeAurora extension
This commit is contained in:
parent
a7e74066ca
commit
05591ab5c8
2 changed files with 9 additions and 1 deletions
|
@ -311,4 +311,11 @@
|
|||
* The device must be provisioned with HDCP keys (for protected content).
|
||||
-->
|
||||
<bool name="config_enableWifiDisplay">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>
|
||||
|
||||
</resources>
|
||||
|
|
|
@ -68,7 +68,8 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Telephony
|
||||
PRODUCT_PACKAGES += \
|
||||
telephony-ext
|
||||
telephony-ext \
|
||||
ims-ext-common
|
||||
|
||||
PRODUCT_BOOT_JARS += \
|
||||
telephony-ext
|
||||
|
|
Loading…
Reference in a new issue