Telephony: MTK-IMS: make it activate with props

This commit is contained in:
Peter Cai 2021-10-18 22:30:08 -04:00
parent 1bb13a7e0c
commit b97b72223e

View file

@ -3,6 +3,8 @@
android:versionCode="1" android:versionCode="1"
android:versionName="1.0"> android:versionName="1.0">
<overlay android:targetPackage="com.android.phone" <overlay android:targetPackage="com.android.phone"
android:priority="79" android:priority="79"
/> android:requiredSystemPropertyName="persist.sys.phh.ims.mtk"
android:requiredSystemPropertyValue="true"
android:isStatic="true"/>
</manifest> </manifest>