Co-authored-by: bengris32 <bengris32@protonmail.ch> Signed-off-by: claxten10 <claxten10@gmail.com>
16 lines
427 B
XML
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>
|