37344b0e53
https://review.lineageos.org/q/topic:%22extract-utils-apktool%22 Change-Id: I704e191adc7aafe6fe062c1bb330fbd1ca05493c
26 lines
869 B
Diff
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
|
|
|