From 3b4be76fed5d1e000cd73f594c02a965e3724715 Mon Sep 17 00:00:00 2001 From: chaptsand Date: Fri, 25 Apr 2025 21:51:34 +0800 Subject: [PATCH] sm8550-common: Ship android.hardware.telephony.ims.xml Fix com.android.phone crash on startup after Android 15 QPR2 by enabling IMS feature, and ensure android.hardware.telephony.gsm.xml is not renamed. Change-Id: Ie8b700f138e67be70bae4ac5e2121615ad014dfc --- common.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 57b6476..6891041 100644 --- a/common.mk +++ b/common.mk @@ -308,7 +308,8 @@ PRODUCT_BOOT_JARS += \ telephony-ext PRODUCT_COPY_FILES += \ - frameworks/native/data/etc/android.hardware.telephony.gsm.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/vendor.samsung.hardware.telephony.gsm.xml \ + frameworks/native/data/etc/android.hardware.telephony.gsm.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.gsm.xml \ + frameworks/native/data/etc/android.hardware.telephony.ims.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.ims.xml \ frameworks/native/data/etc/android.hardware.telephony.mbms.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.mbms.xml \ frameworks/native/data/etc/android.software.sip.voip.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.sip.voip.xml