Files
device_xiaomi_fleur/overlays/TelephonyOverlayFleur/AndroidManifest.xml
claxten10 b8ce7f8d9b fleur: Configure MediaTek IMS stack
Co-authored-by: bengris32 <bengris32@protonmail.ch>
Signed-off-by: claxten10 <claxten10@gmail.com>
2025-10-17 22:51:41 +00:00

16 lines
427 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2024 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.telephony.overlay.fleur">
<application android:hasCode="false" />
<overlay
android:targetPackage="com.android.phone"
android:isStatic="true"
android:priority="1"/>
</manifest>