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:
Adithya R 2022-08-11 11:01:08 +05:30 committed by Omkar Chandorkar
parent cfe126a240
commit b34dcb6d28
1 changed files with 0 additions and 6 deletions

View File

@ -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 \