Files
device_samsung_a71-common/overlay/TelecommResCommon/AndroidManifest.xml
Sebastiano Barezzi 1cd6863693 a71-common: overlay: Convert overlays to RRO
Change-Id: I9b52a3357ba2aac8c28b5518f1ab151b64007ae8
2026-01-23 10:28:43 +07:00

15 lines
381 B
XML

<!--
/*
* SPDX-FileCopyrightText: The LineageOS Project
* SPDX-License-Identifier: Apache-2.0
*/
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.server.telecom.overlay.common">
<overlay
android:isStatic="true"
android:priority="100"
android:targetPackage="com.android.server.telecom" />
</manifest>