platform_device_motorola_sm.../ims-patches/0003-ims-remove-uses-library-for-moto-ims-ext.patch
2024-08-26 18:47:37 +03:00

26 lines
869 B
Diff

From a6b4917c78b9feff37f38cbc4c08b5da149f4e3b 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/3] 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'
---
AndroidManifest.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9ea2b38..9d09352 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -49,6 +49,5 @@
<uses-library android:name="qti-telephony-utils"/>
<uses-library android:name="ims-ext-common"/>
<uses-library android:name="moto-telephony"/>
- <uses-library android:name="moto-ims-ext"/>
</application>
</manifest>
\ No newline at end of file
--
2.46.0