Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 994f7987 authored by Wileen Chiu's avatar Wileen Chiu Committed by Abhisek Devkota
Browse files

Define telephony resources as a coreApp

- After encrypting the device, the
packageManager is unable to parse the
resources apk, thus the values are not
loaded at bootup
- Define telresources.apk as a coreApp

Ticket: CYNGNOS-2971
Change-Id: I1bb766283b88fa11bcd35f00d6e5804992b66c86
CRs-Fixed: 963027
parent d4eec15e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -29,7 +29,8 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.frameworks.telresources" >
    package="com.android.frameworks.telresources"
    coreApp="true">

    <application android:process="com.qualcomm.telephony">
    </application>