mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-23 14:16:26 -08:00
dcbc47dc22
* Import required system IMS blobs from XOS X6833B-H894DEFGHI-T-GL-231102V2897. * Set the default IMS implementation to com.mediatek.ims via overlay. * Force enable IMS features via overlay and sysprops. * Add MediaTek framework jars to bootjars. * Copy priv-app permissions for MediaTek IMS. Change-Id: Ie258bff336586919a1127c3f7241e3ef9d689dd5 Signed-off-by: bengris32 <bengris32@protonmail.ch> Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
15 lines
420 B
XML
15 lines
420 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2023 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.android.telephony.overlay">
|
|
|
|
<application android:hasCode="false" />
|
|
<overlay
|
|
android:targetPackage="com.android.phone"
|
|
android:isStatic="true"
|
|
android:priority="1"/>
|
|
</manifest>
|