Revert "telephony: force enable ims features"
Causes constant wakelocks with some networks that
don't support VoLTE, as the modem continuously tries
to register IMS.
CarrierConfig is enough to decide IMS functionality.
This reverts commit b634ff0b03
.
Change-Id: I530e5d313de34c432b9819545abc0800fbbace87
This commit is contained in:
parent
cfe126a240
commit
b34dcb6d28
|
@ -39,12 +39,6 @@ PRODUCT_SYSTEM_EXT_PROPERTIES += \
|
|||
telephony.active_modems.max_count=2 \
|
||||
telephony.lteOnCdmaDevice=1
|
||||
|
||||
# Force voLTE/voWIFI/viLTE
|
||||
PRODUCT_SYSTEM_EXT_PROPERTIES += \
|
||||
persist.dbg.volte_avail_ovr=1 \
|
||||
persist.dbg.wfc_avail_ovr=1 \
|
||||
persist.dbg.vt_avail_ovr=1
|
||||
|
||||
ifneq ($(TARGET_BUILD_VARIANT),eng)
|
||||
PRODUCT_SYSTEM_EXT_PROPERTIES += \
|
||||
persist.vendor.ims.disableADBLogs=1 \
|
||||
|
|
Loading…
Reference in New Issue