android_vendor_hardware_ove.../Telephony/MTK-IMS/AndroidManifest.xml

11 lines
464 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.mtkims_telephony"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.phone"
android:priority="79"
android:requiredSystemPropertyName="persist.sys.phh.ims.mtk"
android:requiredSystemPropertyValue="true"
android:isStatic="true"/>
</manifest>