vendor_hardware_overlay/Telephony/CAF-IMS/AndroidManifest.xml
2021-04-30 10:59:32 +02:00

9 lines
293 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.cafims_telephony"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.phone"
android:priority="79"
/>
</manifest>