Rtwo/device/motorola/sm8550-common/ims-patches/0003-ims-remove-uses-library-for-moto-ims-ext.patch

34 lines
1.2 KiB
Diff
Raw Permalink Normal View History

2025-09-30 20:22:48 -04:00
From 3882ef22cf0d1db3c4bdd1e88b2ecc1c0ffa0787 Mon Sep 17 00:00:00 2001
From: Andrew Hexen <SyberHexen@gmail.com>
Date: Thu, 25 May 2023 11:51:44 -0700
Subject: [PATCH 3/4] ims: remove uses-library for moto-ims-ext
* This was added in 13 which breaks ims:
'java.lang.ClassNotFoundException org/codeaurora/ims/utils/QtiCarrierConfigHelper/ImsService.java'
Signed-off-by: Andrew Hexen <SyberHexen@gmail.com>
1c910a
---
AndroidManifest.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 894956d..e7fba97 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -51,9 +51,8 @@
</service>
<service android:enabled="true" android:exported="true" android:name=".QtiImsExtService" android:permission="com.qti.permission.BIND_QTI_IMS_SERVICE" android:singleUser="true"/>
<uses-library android:name="moto-telephony"/>
- <uses-library android:name="moto-ims-ext"/>
<uses-library android:name="qti-telephony-hidl-wrapper"/>
<uses-library android:name="qti-telephony-utils"/>
<uses-library android:name="ims-ext-common"/>
</application>
-</manifest>
\ No newline at end of file
+</manifest>
--
2.49.0